podo-os / symengine.rs

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Rust 99.8%Language:C 0.2%