Skip to content

Examples and Testing with small source code for fast experimentation

License

Notifications You must be signed in to change notification settings

mattlknight/rust-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-playground

Build Status

Examples and Testing with small source code for fast experimentation

Documentation

Project Documentation Here

Pre-Requisites

  • Install Rust using Rustup
  • Rust Nightly is required due to testing features, Stable can be used if test configuration is commented out

Usage

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.

About

Examples and Testing with small source code for fast experimentation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published