symengine-sys

Crates.iosymengine-sys
lib.rssymengine-sys
version0.1.0+1
sourcesrc
created_at2020-05-15 01:07:05.982361
updated_at2020-05-15 03:08:20.181361
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
id241723
size2,346
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