1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
# hyphae A tiny Rust crate used as a starter library. ## Usage ```rust use hyphae::add; assert_eq!(add(2, 3), 5); ``` ## License This project is licensed under the MIT License.