Pythonic interface for Rust.
Add this to your Cargo.toml:
toml
[dependencies]
rspy = "0"
| Python | Rust |
| ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------ |
| enumerate | 現在は文字列のみ対応
rspy::PyString::enumerate |
| input | rspy::input |
| string.asciilowercase | rspy::string::ASCIILOWERCASE |
| string.asciiuppercase | rspy::string::ASCIIUPPERCASE |