1 unstable release
Uses new Rust 2024
| new 0.1.0 | Mar 6, 2026 |
|---|
#967 in Development tools
2KB
hyphae is a tiny starter library crate.
Example
use hyphae::add;
assert_eq!(add(2, 3), 5);
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.