rama-utils 0.2.0

utilities crate for rama
Documentation
1
2
3
4
5
6
7
//! Info constants about the rama crate.

/// The name of the crate.
pub const NAME: &str = "rama";

/// The version of the crate.
pub const VERSION: &str = env!("CARGO_PKG_VERSION");