minor docs cleanup

This commit is contained in:
glyph 2021-12-06 14:53:16 +02:00
parent 22442ddabc
commit 50ac4aa943
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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