Docs.rs
arbitrary-int-2.0.0
arbitrary-int 2.0.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
danlehmann
Dependencies
arbitrary ^1
normal
optional
borsh ^1.5.1
normal
optional
defmt ^0.3.8
normal
optional
num-traits ^0.2.19
normal
optional
quickcheck ^1
normal
optional
schemars ^0.8.21
normal
optional
serde ^1.0
normal
optional
serde_test ^1.0
dev
Versions
4.56%
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
u1
arbitrary_
int
2.0.0
u1
Aliased Type
Trait Implementations
From<bool>
In arbitrary_
int::
prelude
arbitrary_int
::
prelude
Type Alias
u1
Copy item path
Source
pub type u1 =
UInt
<
u8
, 1>;
Aliased Type
§
pub struct u1 {
/* private fields */
}
Trait Implementations
§
Source
§
impl
From
<
bool
> for
u1
Source
§
fn
from
(value:
bool
) -> Self
Converts to this type from the input type.