Docs.rs
rspy-0.1.11
rspy 0.1.11
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
seijinrosen
Dependencies
anyhow ^1.0.68
normal
pretty_assertions ^1.3.0
dev
tempfile ^3.3.0
dev
Versions
80.95%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
rspy
0.1.11
All Items
Crate Items
Modules
Traits
Functions
Crate
rspy
Copy item path
Source
Expand description
Pythonic interface for Rust.
Modules
§
pathlib
Python の pathlib モジュール
に対応するモジュール。
string
Python の string モジュール
に対応するモジュール。
time
Python の time モジュール
に対応するモジュール。
Traits
§
Iterable
enumerate
,
sorted
を実装するためのトレイト。
Reversed
reversed
を実装するトレイト。
Functions
§
enumerate
インデックス付きでイテレートします。
input
prompt
を表示して、ユーザーに入力を促します。入力された文字列は、変数に保存されることが期待されます。
reversed
逆順にします。
sorted
ソートします。