#wrapper #symbolic #build #sym-engine

sys symengine-sys

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

2 unstable releases

0.1.0+1 May 15, 2020

#51 in #symbolic

35 downloads per month
Used in 2 crates (via symengine)

BSD-3-Clause

3KB

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

No runtime deps

~0–1.7MB
~34K SLoC