Skip to main content

Crate hyphae

Crate hyphae 

Source
Expand description

hyphae is a tiny starter library crate.

§Example

use hyphae::add;

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

Functions§

add
Adds two numbers.