Browse Source

[doc]

master
daladim 4 years ago
parent
commit
f4c0160f1e
  1. 4
      src/lib.rs

4
src/lib.rs

@ -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;

Loading…
Cancel
Save