fix: Added documentation for the modules

Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
This commit is contained in:
Louis Vallat 2022-06-28 22:47:23 +02:00
parent 68c4a00a9e
commit 4f44a8d5f2
No known key found for this signature in database
GPG Key ID: 0C87282F76E61283
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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