Code: Select all
my_project
├── Cargo.toml
├── my_project
│ ├── __init__.py
│ └── bar.py
├── Readme.md
├── LICENSE
└── src
└── lib.rs
Code: Select all
my_project
├── Cargo.toml
├── my_project
│ ├── __init__.py
│ └── bar.py
├── Readme.md
├── LICENSE
└── src
└── lib.rs