/netrusting

Networking with Rust

Primary LanguageRustGNU General Public License v3.0GPL-3.0

netrusting

Networking with Rust

Setting up for development

Build the dev image with docker build -t netrusting . then launch the image with

On Windows with Powershell

docker run -it -v "$(pwd):/netrusting" -v cargo_cache:/usr/local/cargo/ netrusting

On macOS or Linux with Bash or Zsh

docker run -it -v "`pwd`:/netrusting" -v cargo_cache:/usr/local/cargo/ netrusting