Closed eignnx closed 4 years ago
Luckily, there already is a "serde"
feature flag ☺
Unfortunately, the readme is not mentioning it at the moment, but you can find it in the docs!
Ahhh, thank you!!! Yeah, that would be great if we could mention that feature in the README. Thanks again!
Hi, I wanted to use this crate, but I'm not sure I can because I need
serde::Serialize
implemented. Any way y'all could impl that trait forVec1
? Maybe hide it behind a feature flag so that everyone who uses the crate doesn't need to pull inserde
?