This commit is contained in:
daladim 2021-11-03 21:55:48 +01:00
parent 9bd45d5a07
commit d8c89ec727
3 changed files with 9 additions and 4 deletions

View file

@ -18,7 +18,8 @@
//!
//! ## Examples
//!
//! See example usage in the `examples/` folder, that you can run using `cargo run --example <example-name>`
//! 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.
pub mod traits;