Crate CargoLibrary

Source
Expand description

§CargoLibrary

CargoLibrary is a collection of utilities to make performing certain calculations more convenient. cargo new CargoLibrary –lib

Re-exports§

pub use self::Kinds::*;
pub use self::utils::*;

Modules§

Kinds
utils

Functions§

add_two
Adds two to the input number.