You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I agree, it would be a useful trait to expose. Some users don't want to bring in all of Serde's machinery just to use Vec32, so we will need to either hide it behind a feature-gate or mark it as an optional dependency. And we want to make sure the semver requirements aren't overly restricted.
I think this is conventionally how it is done in other popular crates' Cargo.toml:
It's helpful to implement serde's Serialize and Deserialize for
Vec32
The text was updated successfully, but these errors were encountered: