Skip to content

craigfay/rustypy_debug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

  • A debug environment for rustypy
  • To ensure dependencies are correct, it's recommended that you start a container shell (as described below) to invoke the debug commands.

Container Commands

  • Build container: docker build . -t rspy
  • Execute a shell inside the container: docker run -it --rm -v $(pwd):/app -w /app rspy bash

Debug Commands

  • Compile Rust: ./setup.sh
  • Run Python: python3 python_code/main.py

About

A minimal rustypy example for debugging

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published