Docs.rs
hybrid-array-0.3.0
hybrid-array 0.3.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
tarcieri
github:rustcrypto:utils
Dependencies
bytemuck ^1
normal
optional
serde ^1
normal
optional
typenum ^1.17
normal
zeroize ^1.8
normal
optional
bincode ^1
dev
Versions
100%
of the crate is documented
Go to latest version
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
hybrid_
array
0.3.0
U2
Aliased Type
Trait Implementations
ArraySize
In hybrid_
array::
sizes
hybrid_array
::
sizes
Type Alias
U2
Copy item path
Source
pub type U2 =
UInt
<
UInt
<
UTerm
,
B1
>,
B0
>;
Aliased Type
§
struct U2 {
/* private fields */
}
Trait Implementations
§
Source
§
impl
ArraySize
for
U2
Source
§
type
ArrayType
<T> =
[T; 2]
Array type which corresponds to this size.
Read more