Docs.rs
binja-0.3.2
binja 0.3.2
Permalink
Docs.rs crate page
MIT
30 May 2026
Links
Repository
crates.io
Source
Owners
zakimoo
Dependencies
binja_derive ^0.1.1
normal
optional
bytes ^1.10.1
normal
serde ^1.0.219
normal
optional
bincode ^2.0.1
dev
criterion ^0.6.0
dev
Versions
11.76%
of the crate is documented
Platform
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
Skip to main content
ContainerU8
binja
0.3.2
Container
U8
Aliased Type
Fields
0
In binja::
containers
binja
::
containers
Type Alias
Container
U8
Copy item path
Source
pub type ContainerU8<T> =
FixedSizeContainer
<T, 1>;
Aliased Type
§
pub struct ContainerU8<T>(pub T);
Tuple Fields
§
§
0: T