clot/
params.rs

1//! Common parameters
2//!
3//! Follow these parameter conventions as close as possible, adding or changing
4//! as needed.
5
6/// Set verbosity level (integer)
7pub const VERBOSITY: &str = "verbosity";