hyphae-0.1.0 has been yanked.
hyphae
A tiny Rust crate used as a starter library.
Usage
use add;
assert_eq!;
License
This project is licensed under the MIT License.
A tiny Rust crate used as a starter library.
use hyphae::add;
assert_eq!(add(2, 3), 5);
This project is licensed under the MIT License.