Docs.rs
hybrid-array-0.3.1
hybrid-array 0.3.1
Permalink
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
subtle ^2
normal
optional
typenum ^1.17
normal
zeroize ^1.8
normal
optional
bincode ^2
dev
Versions
100%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
hybrid_
array
0.3.1
U15
Aliased Type
Trait Implementations
ArraySize
In hybrid_
array::
sizes
hybrid_array
::
sizes
Type Alias
U15
Copy item path
Source
pub type U15 =
UInt
<
UInt
<
UInt
<
UInt
<
UTerm
,
B1
>,
B1
>,
B1
>,
B1
>;
Aliased Type
§
struct U15 {
/* private fields */
}
Trait Implementations
§
Source
§
impl
ArraySize
for
U15
Source
§
type
ArrayType
<T> =
[T; 15]
Array type which corresponds to this size.
Read more