shellrow / netdev

Cross-platform library for network interface and gateway. Written in Rust.
MIT License
66 stars 13 forks source link

Implement optional `serde` support #46

Closed brainplot closed 1 year ago

brainplot commented 1 year ago

This PR implement optional support for serde. Users should be able to add the serde feature when adding this crate to their Cargo.toml file and get the benefits of serde for all public types.

shellrow commented 1 year ago

This looks great - thanks!

brainplot commented 1 year ago

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 :)

shellrow commented 1 year ago

Sorry for the wait. v0.19.0 released. Implement some additional trait and methods. Also, added a simple example related to the serde feature.