HorseShoe is a crate for infinitesimal calculus purely made in Rust.
infinitesimal calculus
Add this to the Cargo.toml:
Cargo.toml
toml [dependencies] HorseShoe = "*"
and this:
rust extern crate horseshoe;