Rust-Workers
Blazingly Fast..!
Contribution Guideline
Create an .env
file in the root of the project and add your mongodb uri to it.
MONGODB_URI=<your-mongo-uri>
Create a folder with name out
in the root of the project.
Running
cargo run
Testing
cargo test
Benchmarking
cargo bench
Formatting and Linting
cargo fmt
cargo clippy