fix: Added documentation for the modules
Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
This commit is contained in:
parent
68c4a00a9e
commit
4f44a8d5f2
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "livebox"
|
name = "livebox"
|
||||||
version = "0.9.0"
|
version = "0.9.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "A library to gather data from Livebox 4 & 5."
|
description = "A library to gather data from Livebox 4 & 5."
|
||||||
license = "GPL-3.0"
|
license = "GPL-3.0"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
///! All the necessary struct elements to store the router devices information.
|
//! All the necessary struct elements to store the router devices information.
|
||||||
|
|
||||||
use serde::Deserialize;
|
use serde::Deserialize;
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
///! All the necessary struct elements to store the router status.
|
//! All the necessary struct elements to store the router status.
|
||||||
|
|
||||||
use serde::Deserialize;
|
use serde::Deserialize;
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
///! The WAN configuration that you can read from the router.
|
//! The WAN configuration that you can read from the router.
|
||||||
|
|
||||||
use serde::Deserialize;
|
use serde::Deserialize;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user