From f4c0160f1e82e90c4715a0f1e676622a51c7a77f Mon Sep 17 00:00:00 2001 From: daladim Date: Wed, 10 Nov 2021 23:06:37 +0100 Subject: [PATCH] [doc] --- src/lib.rs | 4 ++++ 1 file changed, 4 insertions(+) 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;