1
0
Fork 0
mirror of https://codeberg.org/ral/rwedid.git synced 2024-08-16 09:59:49 +02:00

More documentation

This commit is contained in:
Ral 2023-07-29 02:25:35 +02:00
parent 0db87eb8c1
commit c335574ef0

View file

@ -1,5 +1,10 @@
/// CLI arguments.
pub mod args;
/// Checksum functions for EDID.
pub mod checksum;
/// Interact with an i2c device.
pub mod i2c;
/// Abstract io for EDID blocks.
pub mod io;
/// Read from stdin and write to stdout.
pub mod std;