Examples and Testing with small source code for fast experimentation
- Install Rust using Rustup
- Rust Nightly is required due to testing features, Stable can be used if test configuration is commented out
Clone this repo to a local directory
git clone https://github.com/mattlknight/rust-playground.git rust-playground
cd to newly cloned directory
cd rust-playground/
generate self-signed ssl keys, follow output of script for next steps (keys are required to run)
./generate_self_signed_keys.sh
build and run project
cargo run
See the Documentation for more examples and help.