Documentation
1
2
3
4
5
6
//! memorph

/// Returns the name of this crate.
pub fn name() -> &'static str {
    "memorph"
}