diff --git a/README.md b/README.md index 6b04bda..0799520 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # `vnstat` parse -A Rust library to parse `oneline` data output from [vnstat](https://humdi.net/vnstat/) ("a network and traffic monitor for Linux and BSD"). +Parse `oneline` data output from [vnStat](https://humdi.net/vnstat/) ("a network and traffic monitor for Linux and BSD"). All fields are parsed, with the exception of the API version information. Dates are parsed to `String`, data values are parsed to `f32` and data units diff --git a/src/lib.rs b/src/lib.rs index 7368a22..fe1ab89 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,6 +1,6 @@ #![warn(missing_docs)] -//! A library to parse oneline data output from `vnstat`. +//! Parse oneline data output from `vnstat`. //! //! All fields are parsed, with the exception of the API version information. //! Dates are parsed to `String`, data values are parsed to `f32` and data units