Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1022 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 1022 Bytes

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