symengine

Crates.iosymengine
lib.rssymengine
version0.2.2
sourcesrc
created_at2020-05-15 01:18:04.085045
updated_at2020-05-19 14:13:34.27405
descriptionUnofficial Rust wrappers to the C++ library SymEngine, a fast C++ symbolic manipulation library.
homepagehttps://github.com/podo-os
repositoryhttps://github.com/podo-os/symengine.rs
max_upload_size
id241728
size17,262
Ho Kim (kerryeon)

documentation

README

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

Commit count: 12

cargo fmt