ocas 0.13.0

open Computer Algebra System — high-performance symbolic computation in Rust
docs.rs failed to build ocas-0.13.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: ocas-0.13.1

oCAS — open Computer Algebra System.

This crate is the top-level Rust API for oCAS. It re-exports the public items from the lower-level crates so that most users only need one import:

use ocas::prelude::*;

Backends (GMP, MPFR, FLINT, LLVM, Python, GPL) are opt-in via feature flags to keep the default build portable, including on Windows MSVC where GMP is not readily available.