https://github.com/timjs/cse-rs
Simple CSE implementation using trees in Rust
https://github.com/timjs/cse-rs
Last synced: 24 days ago
JSON representation
Simple CSE implementation using trees in Rust
- Host: GitHub
- URL: https://github.com/timjs/cse-rs
- Owner: timjs
- Created: 2015-05-05T09:18:01.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-05T10:18:24.000Z (about 11 years ago)
- Last Synced: 2023-03-23T02:06:00.852Z (over 3 years ago)
- Language: Rust
- Size: 289 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CSE Rust
## Building
```sh
$ cargo build --release
```
You'll find the binary in `target/release/cse-rs`.