An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# CSE Rust

## Building

```sh
$ cargo build --release
```

You'll find the binary in `target/release/cse-rs`.