Skip to content
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

String collections #5

Merged
merged 3 commits into from May 28, 2018
Merged

String collections #5

merged 3 commits into from May 28, 2018

Conversation

jonasbb
Copy link
Owner

@jonasbb jonasbb commented May 28, 2018

String based collections use Display and FromStr for de/serialization of
types. Each value is then separated by a seperator, commonly space or
comma.

A similar wish was voiced at
serde-rs/serde#581

The implementation uses something like
serde-rs/serde#1059 to support arbitrary, even
library user defined, separators.

bors r+

String based collections use Display and FromStr for de/serialization of
types. Each value is then separated by a seperator, commonly space or
comma.

A similar wish was voiced at
serde-rs/serde#581

The implementation uses something like
serde-rs/serde#1059 to support arbitrary, even
library user defined, separators.
bors bot added a commit that referenced this pull request May 28, 2018
4: Miscellanious changes r=jonasbb a=jonasbb

* Rename module
* Some improvements to the doc comments
* Ignore the Cargo.lock file

bors r+

5: String collections r=jonasbb a=jonasbb

String based collections use Display and FromStr for de/serialization of
types. Each value is then separated by a seperator, commonly space or
comma.

A similar wish was voiced at
serde-rs/serde#581

The implementation uses something like
serde-rs/serde#1059 to support arbitrary, even
library user defined, separators.

bors r+

Co-authored-by: Jonas Bushart <jonas@bushart.org>
@bors
Copy link
Contributor

bors bot commented May 28, 2018

Build succeeded

@bors bors bot merged commit ecd279f into master May 28, 2018
@bors bors bot deleted the string-collections branch May 28, 2018 20:17
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.

None yet

1 participant