valpackett / systemstat

Rust library for getting system information | also on https://codeberg.org/valpackett/systemstat
https://crates.io/crates/systemstat
The Unlicense
610 stars 71 forks source link

Move away from serde-feature-hack #103

Closed jaskij closed 2 years ago

jaskij commented 2 years ago

serde-feature-hack has been marked as deprecated by it's maintainer, with a "workaround" provided by Cargo itself, since version 1.31. So unless you want to actually support MSRV lower than 1.31, I would consider to moving to depending directly on serde itself.