tokio-rs / valuable

MIT License
185 stars 19 forks source link

valuable-serde: prepare to release v0.1.0 #83

Closed hawkw closed 2 years ago

hawkw commented 2 years ago

This branch prepares the valuable-serde crate for an initial crates.io release. I've expanded on the docs a little, and added a summary of valuable and a link to its own documentation, so that anyone who reads the docs for valuable-serde can find the rest of the valuable ecosystem. I also added a README, an initial changelog, and some missing Cargo.toml metadata.

I've also added a "Related Crates" section in valuable's lib.rs docs that links to valuable-serde, so that users can know it exists.

Closes #82

hawkw commented 2 years ago

ugh looks like the compiler output for the ui tests changed or something