rochacbruno / py2rs

A quick reference guide for the Pythonista in the process of becoming a Rustacean

Home Page:https://rochacbruno.github.io/py2rs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Moving snippets from "README.md" to "examples" folder

runiorr opened this issue · comments

I found it a little confusing to read through all the examples in the README file. Perhaps if it were organized by topics in the examples folder it would be easier and more intuitive for beginners to learn. Like the following structure:

.
└── examples/
├── hello_world/
│ ├── main.py
│ └── main.rs
├── types/
│ ├── main.py
│ └── main.rs
└── lists/
├── main.py
└── main.rs

this can be covered on #49