https://github.com/peng1999/symrs
Symbolic computation in Rust
https://github.com/peng1999/symrs
rust symbolic
Last synced: 2 days ago
JSON representation
Symbolic computation in Rust
- Host: GitHub
- URL: https://github.com/peng1999/symrs
- Owner: peng1999
- License: apache-2.0
- Created: 2017-09-09T11:32:53.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-27T09:37:34.000Z (almost 7 years ago)
- Last Synced: 2025-02-24T07:47:13.959Z (8 months ago)
- Topics: rust, symbolic
- Language: Rust
- Size: 4.38 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# symrs
[](https://travis-ci.org/peng1999/symrs) [](https://ci.appveyor.com/project/peng1999/symrs/branch/master) [](https://codecov.io/gh/peng1999/symrs)Symbolic computation in Rust
NOTE: THIS PROJECT IS STILL A PROOF-OF-CONCEPT, AND NOT READY FOR PRACTICAL USE.
## Usage
To use `symrs`, include it in your `Cargo.toml`:
```toml
[dependencies.symrs]
git = "https://github.com/peng1999/symrs.git"
version = "0.*"
```Then include it in your code:
```rust
extern crate symrs;
```There are a few compilation features:
- `parser`: includes a parser library.
## License
symrs is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0), with portions covered by various BSD-like licenses.
See [LICENSE-APACHE](LICENSE-APACHE), and [LICENSE-MIT](LICENSE-MIT) for details.