Skip to content

dionysus-oss/netrusting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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