The Rust module system for Python users(blog.waleedkhan.name)
blog.waleedkhan.name
The Rust module system for Python users
https://blog.waleedkhan.name/rust-modules-for-python-users/
3 comments
It should probably mention the special cased mod.rs files.
I didn't mention it since the intention of these notes is to aid in writing new Rust 2018 code. So far, I haven't had to know the details of mod.rs to use any third-party libraries.
You don't need it to use libraries, but it aids heavily in reading other rust code which is probably the best way to understand rust idioms.