mirror of
https://codeberg.org/ral/rwedid.git
synced 2024-08-16 09:59:49 +02:00
More documentation
This commit is contained in:
parent
0db87eb8c1
commit
c335574ef0
1 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,10 @@
|
||||||
|
/// CLI arguments.
|
||||||
pub mod args;
|
pub mod args;
|
||||||
|
/// Checksum functions for EDID.
|
||||||
pub mod checksum;
|
pub mod checksum;
|
||||||
|
/// Interact with an i2c device.
|
||||||
pub mod i2c;
|
pub mod i2c;
|
||||||
|
/// Abstract io for EDID blocks.
|
||||||
pub mod io;
|
pub mod io;
|
||||||
|
/// Read from stdin and write to stdout.
|
||||||
pub mod std;
|
pub mod std;
|
||||||
|
|
Loading…
Reference in a new issue