rspy

Pythonic interface for Rust.

Crates.io Crates.io cargo test codecov

Installation

Add this to your Cargo.toml:

toml [dependencies] rspy = "0"

Currently available

| Python | Rust | | ------------------------ | ------------------------------- | | [builtins.enumerate] | [rspy::Enumerator::enumerate] | | [builtins.input] | [rspy::input] | | [string.asciilowercase] | [rspy::string::ASCIILOWERCASE] | | [string.asciiuppercase] | [rspy::string::ASCIIUPPERCASE] | | [time.sleep] | rspy::time::sleep |

TODO