Skip to content

Sofi-Tech/Rust-Workers

Repository files navigation

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

Releases

No releases published

Packages

No packages published