reform 0.1.0

A symbolic manipulation toolkit which aims to handle expressions with billions of terms, taking up terabytes of diskspace.
Documentation
1
2
3
4
5
6
7
8
9
pub mod exponent;
pub mod polynomial;
#[cfg(feature = "python_api")]
pub mod python_api;
pub mod raw;
mod ring;

#[cfg(feature = "c_api")]
pub mod c_api;