Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 415 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 415 Bytes

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