1
2
3
4
5
6
7
8
9
10
11
//! # Devtools
//!
//! You can enable devtools by adding the `devtools` feature to Freya.
//!
//! In your `Cargo.toml`:
//!
//! ```toml
//! [dependencies]
//! freya = { .., features = ["devtools"] }
//! ```
//!