hyphae 0.1.0

A tiny Rust crate used as a starter library.
Documentation
hyphae-0.1.0 has been yanked.

hyphae

A tiny Rust crate used as a starter library.

Usage

use hyphae::add;

assert_eq!(add(2, 3), 5);

License

This project is licensed under the MIT License.