This commit is contained in:
daladim 2021-11-10 23:06:37 +01:00
parent fbf3005a6f
commit f4c0160f1e

View file

@ -20,6 +20,10 @@
//!
//! See example usage in the `examples/` folder, that you can run using `cargo run --example <example-name>`. \
//! You can also have a look at `tasklist`, a GUI app that uses `kitchen-fridge` under the hood.
//!
//! # Compile-time configuration options
//!
//! Have a look at the [`config`] module to see what options can be overridden at compile-time.
pub mod traits;