Docs.rs
picture-0.2.0
picture 0.2.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
vxpm
Dependencies
arrayvec ^0.7
normal
bytemuck ^1.12
normal
either ^1.8
normal
optional
paste ^1.0
normal
png ^0.17
normal
optional
qoi ^0.4
normal
optional
rgb ^0.8
normal
thiserror ^1
normal
criterion ^0.4
dev
image ^0.24
dev
num-complex ^0.4
dev
proptest ^1
dev
trybuild ^1
dev
Versions
65.52%
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
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
Bgr8Img
picture
0.2.0
Bgr8Img
Aliased Type
In picture::
buffer::
common
picture
::
buffer
::
common
Type Alias
Bgr8Img
Copy item path
Source
pub type Bgr8Img =
ImgBuf
<
BGR8
,
Vec
<
BGR8
>>;
Aliased Type
ยง
pub struct Bgr8Img {
/* private fields */
}