Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ghaerdi/rust-algorithms

Algorithms using rust
https://github.com/ghaerdi/rust-algorithms

algorithms rust

Last synced: 13 days ago
JSON representation

Algorithms using rust

Awesome Lists containing this project

README

        

Some algorithms in rust

## Scripts

Run the next script to add git hooks to your local repository
```console
cargo run --bin prepare
```

Run the next script to run the project
```console
cargo run --bin main
```