Docs.rs
rust-sc2-1.1.2
rust-sc2 1.1.2
Permalink
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
optional
protobuf ^2.17.0
normal
rand ^0.8.0
normal
rayon ^1.3.1
normal
optional
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
optional
tungstenite ^0.13.0
normal
url ^2.1.1
normal
clap ^2.33.2
dev
Versions
92.73%
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
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
rust_
sc2
1.1.2
ByteMap
Aliased type
In rust_
sc2::
pixel_
map
rust_sc2
::
pixel_map
Type Alias
ByteMap
Copy item path
Source
pub type ByteMap =
Array2
<
u8
>;
Expand description
2-Dimensional Array of bytes.
Aliased Type
ยง
struct ByteMap {
/* private fields */
}