jamesmunns / postcard

A no_std + serde compatible message library for Rust
Apache License 2.0
788 stars 76 forks source link

Rename feature use-std to just std #124

Open mattiasgronlund opened 6 months ago

mattiasgronlund commented 6 months ago

The api-guidelines explicitly argues for the use of "std" as the feature name instead of "use-std.

So would probably be nice to update it for the 2.0 release.

hrxi commented 5 months ago

Can probably do that today, by introducing std which depends on use-std, only removing use-std in 2.0.