#wrappers #symbolic #compiler

symengine

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

6 releases

0.2.2 May 19, 2020
0.2.1 May 19, 2020
0.1.2 May 15, 2020

#25 in #symbolic


Used in n3-core

BSD-3-Clause

15KB
369 lines

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

Dependencies

~0.1–2.2MB
~43K SLoC