Web server boilerplate in Rust. Use it when speed or size is paramount.
Looking to get started? Find and replace the string orb
with your new module name and you'll be in your way. All cargo
commands should just work by default.
To run unit tests:
cargo test
To build and run a development version of the server:
cargo run
To build a release binary:
cargo build --release
Note that you can set the optimization levels for release builds with the opt-level
value in Cargo.toml
. More details can be found in the Cargo reference.
Copyright (C) 2021 Gerald Nash