Skip to content

Complete the set of traits that string types implement #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
7 of 8 tasks
tomprogrammer opened this issue Apr 21, 2015 · 3 comments
Closed
7 of 8 tasks

Complete the set of traits that string types implement #8

tomprogrammer opened this issue Apr 21, 2015 · 3 comments
Assignees

Comments

@tomprogrammer
Copy link
Owner

tomprogrammer commented Apr 21, 2015

From the documentation of std::string::String following traits could/should be implemented for ascii strings:

@tomprogrammer tomprogrammer self-assigned this Jun 12, 2015
@tormol
Copy link
Collaborator

tormol commented Jul 2, 2016

String doesn't implement Write, and implementing Pattern is unstable.

Are you waiting for Pattern to become stable?

@tomprogrammer
Copy link
Owner Author

I've meant std::fmt::Write which is now implemented in the contributed PR #33. I will have to check how to proceed with Pattern since it's unstable right now.

@tomprogrammer
Copy link
Owner Author

The Pattern trait will be tracked in #53.

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

No branches or pull requests

2 participants