Docs.rs
rustupolis-0.0.2
rustupolis 0.0.2
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Micutio
Dependencies
error-chain ^0.12.2
normal
futures ^0.3.5
normal
indextree-ng ^1.0.5
normal
log ^0.4.8
normal
pretty_env_logger ^0.4.0
normal
rand ^0.7.3
normal
rand_isaac ^0.2.0
normal
Versions
76.81%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
rustupolis
0.0.2
rustupolis
Macro
tuple
Copy item path
Source
macro_rules! tuple { ($($x:expr),*) => { ... }; ($($x:expr,)*) => { ... }; }