rustonaut / vec1

Rust `Vec<T>` wrapper that gurantees to contain at least 1 element
Apache License 2.0
88 stars 15 forks source link

mention serde support in README #16

Closed eignnx closed 4 years ago

eignnx commented 4 years ago

This change adds a section to the README which both mentions that the crate supports serde and shows an example Cargo.toml dependency section where the feature is selected. This is in reference to #15 (now closed).

rustonaut commented 4 years ago

Thanks a lot