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

Upgrade to nom 6 #76

Closed shssoichiro closed 3 years ago

shssoichiro commented 3 years ago

This removes all usages of deprecated/removed parsers, and migrates to the functional paradigm that is recommended in nom 5+.

Closes #48

valpackett commented 3 years ago

Excellent, thanks!