Docs.rs
rust-sc2-1.1.0
rust-sc2 1.1.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
UltraMachine
Dependencies
dirs ^3.0.1
normal
indexmap ^1.5.1
normal
itertools ^0.10.0
normal
lazy_static ^1.4.0
normal
log ^0.4.11
normal
maplit ^1.0.2
normal
ndarray ^0.15.1
normal
num-derive ^0.3.1
normal
num-traits ^0.2.12
normal
parking_lot ^0.11.0
normal
protobuf ^2.17.0
normal
rand ^0.8.0
normal
rayon ^1.3.1
normal
regex ^1.3.9
normal
rustc-hash ^1.1.0
normal
sc2-macro ^1
normal
sc2-proto ^0.2.3
normal
serde ^1.0.114
normal
tungstenite ^0.13.0
normal
url ^2.1.1
normal
clap ^2.33.2
dev
Versions
92.6%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Type Definition SC2Result
rust_sc2
::
client
?
Type Definition
rust_sc2
::
client
::
SC2Result
⎘
[
−
]
[src]
type SC2Result<T> =
Result
<T,
Box
<dyn
Error
>>;