diff --git a/src/lib.rs b/src/lib.rs index b16627b..87af5dd 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -20,6 +20,10 @@ //! //! See example usage in the `examples/` folder, that you can run using `cargo run --example `. \ //! 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;