livebox/
lib.rs

1
2//! A crate aimed to gather (read only) data from a Livebox 4 or more recent.
3
4pub mod client;
5pub mod status;
6pub mod wan;
7pub mod devices;