Pythonic interface for Rust.
Add this to your Cargo.toml:
toml
[dependencies]
rspy = "0"
| Python | Rust | | ---------------------- | ----------------------------- | | input | rspy::input | | string.asciilowercase | rspy::string::ASCIILOWERCASE | | string.asciiuppercase | rspy::string::ASCIIUPPERCASE |