Skip to content

Conversation

@arnolddevos
Copy link
Collaborator

No description provided.

buffer.push('/');
match item {
PathItem::Number(n) => {
url_escape::encode_component_to_string(n.to_string(), &mut buffer);
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: in std code we could use encode_component_to_writer and encode directly to the Formatter. But I can't use std::io::Write in this code AFAIK.

@arnolddevos
Copy link
Collaborator Author

Transferred to #31

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants