Pythonic interface for Rust.
Add this to your Cargo.toml:
toml
[dependencies]
rspy = "0"
| Python | Rust | | ------------------------ | --------------------------------------- | | [builtins.enumerate] | [rspy::Iterable::enumerate] (trait way) | | | [rspy::enumerate] (function way) | | [builtins.input] | [rspy::input] | | [pathlib.Path.mkdir] | [rspy::pathlib::PyPath::mkdir] | | [string.asciilowercase] | [rspy::string::ASCIILOWERCASE] | | [string.asciiuppercase] | [rspy::string::ASCIIUPPERCASE] | | [time.sleep] | [rspy::time::sleep] |