Closed brainplot closed 1 year ago
This looks great - thanks!
When are you planning to release this on crates.io? I'm using this in a project I'm working on and right now I'm pulling from my own branch in my Cargo.toml
:)
Sorry for the wait. v0.19.0 released.
Implement some additional trait and methods. Also, added a simple example related to the serde
feature.
This PR implement optional support for
serde
. Users should be able to add theserde
feature when adding this crate to theirCargo.toml
file and get the benefits ofserde
for all public types.