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

Improve docs

This commit is contained in:
Ral 2023-08-01 03:23:40 +02:00
parent eea9427f05
commit 077b5ebe4b

View file

@ -1,6 +1,6 @@
//! Read and write EDID data over an I2C bus.
/// CLI arguments.
/// Command line argument definitions.
pub mod args;
/// Checksum functions for EDID.
pub mod checksum;