Skip to main content

metaphor/
lib.rs

1//! # metaphor
2//!
3//! A general-purpose utility library for Rust.
4
5#[cfg(test)]
6mod tests {
7    #[test]
8    fn it_works() {
9        assert_eq!(2 + 2, 4);
10    }
11}