frewsxcv / rust-crates-index

Rust library for retrieving and interacting with the crates.io index
https://docs.rs/crates-index/
Apache License 2.0
72 stars 37 forks source link

Allow data types to be serialized. #25

Closed theduke closed 5 years ago

theduke commented 5 years ago

Useful when you want to save the crate data somewhere yourself, eg a file, key value store, etc. (need this myself.)