/symengine.rs

(Unofficial) Rust wrappers to the C++ library SymEngine, a fast C++ symbolic manipulation library.

Primary LanguageRustBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

SymEngine Rust Wrappers

Unofficial Rust wrappers to the C++ library SymEngine, a fast C++ symbolic manipulation library.

Usage

Prerequisites

  • C++ compiler - See supported compilers

  • CMake - with executable folder in the PATH variable

  • libsymengine - See build instructions

Installing

[dependencies]
symengine = "0.1"

features

  • serde: serializing and deserializing

License

The following projects are licensed under BSD-3-Clause.

References