Docs.rs
consprob-0.1.15
consprob 0.1.15
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
heartsh
Dependencies
bio ^0.20
normal
getopts ^0.2
normal
hashbrown ^0.12
normal
itertools ^0.10
normal
lazy_static ^0.1
normal
num_cpus ^1.0
normal
rna-algos ^0.1
normal
scoped_threadpool ^0.1
normal
time ^0.1
normal
Versions
0%
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
☰
Unsigned
Implementations on Foreign Types
BigUint
Wrapping<T>
u128
u16
u32
u64
u8
usize
Implementors
In consprob
?
Trait
consprob
::
Unsigned
source
·
[
−
]
pub trait Unsigned:
Num
{ }
Expand description
A trait for values which cannot be negative
Implementations on Foreign Types
source
impl
Unsigned
for
BigUint
source
impl
Unsigned
for
usize
source
impl
Unsigned
for
u32
source
impl
Unsigned
for
u16
source
impl
Unsigned
for
u64
source
impl
Unsigned
for
u8
source
impl
Unsigned
for
u128
source
impl<T>
Unsigned
for
Wrapping
<T>
where
T:
Unsigned
,
Wrapping
<T>:
Num
,
Implementors