Docs.rs
puzzle-utils-0.3.0
puzzle-utils 0.3.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
J164
Dependencies
ab_glyph ^0.2.28
normal
image ^0.25.1
normal
imageproc ^0.25.0
normal
rand ^0.8.5
normal
serde ^1.0.204
normal
thiserror ^1.0.62
normal
Versions
2.63%
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
puzzle_
utils
0.3.0
RgbBuffer
Aliased Type
In crate puzzle_
utils
puzzle_utils
Type Alias
RgbBuffer
Copy item path
Source
pub type RgbBuffer =
ImageBuffer
<
Rgb
<
u8
>,
Vec
<
u8
>>;
Aliased Type
ยง
pub struct RgbBuffer {
/* private fields */
}