Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ghaerdi/rust-algorithms
- Owner: ghaerdi
- Created: 2021-10-09T21:03:47.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-15T13:28:52.000Z (about 3 years ago)
- Last Synced: 2024-10-30T07:49:09.767Z (about 2 months ago)
- Topics: algorithms, rust
- Language: Rust
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```