Manipulations and data types that represent polynomial.
Documentation
Add this to your Cargo.toml:
Cargo.toml
toml [dependencies] polynomial = "*"
and this to your crate root:
rust extern crate polynomial;