Getting Started
As a Library
Run cargo add algebraeon
in the root of your rust project to add the latest version of Algebraeon to your dependencies in your Cargo.toml
[dependencies]
algebraeon = "0.0.11"
Copy one of the example in the next section to get started.