Docs.rs
minhash-rs-0.2.0
minhash-rs 0.2.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
LucaCappelletti94
Dependencies
fnv ^1.0.3
normal
serde ^1.0
normal
siphasher ^0.3
normal
hyperloglog-rs ^0.1
dev
indicatif ^0.15
dev
rayon ^1.5
dev
serde_json ^1.0
dev
Versions
51.67%
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
minhash_
rs
0.2.0
Primitive
Required Methods
convert
Implementations on Foreign Types
u8
u8
u8
u8
u8
u16
u16
u16
u16
u16
u32
u32
u32
u32
u32
u64
u64
u64
u64
u64
usize
usize
usize
usize
usize
Implementors
In minhash_
rs::
primitive
minhash_rs
::
primitive
Trait
Primitive
Copy item path
Source
pub trait Primitive<T> { // Required method fn
convert
(self) -> T; }
Required Methods
§
Source
fn
convert
(self) -> T
Implementations on Foreign Types
§
Source
§
impl
Primitive
<
u8
> for
u8
Source
§
fn
convert
(self) ->
u8
Source
§
impl
Primitive
<
u8
> for
u16
Source
§
fn
convert
(self) ->
u8
Source
§
impl
Primitive
<
u8
> for
u32
Source
§
fn
convert
(self) ->
u8
Source
§
impl
Primitive
<
u8
> for
u64
Source
§
fn
convert
(self) ->
u8
Source
§
impl
Primitive
<
u8
> for
usize
Source
§
fn
convert
(self) ->
u8
Source
§
impl
Primitive
<
u16
> for
u8
Source
§
fn
convert
(self) ->
u16
Source
§
impl
Primitive
<
u16
> for
u16
Source
§
fn
convert
(self) ->
u16
Source
§
impl
Primitive
<
u16
> for
u32
Source
§
fn
convert
(self) ->
u16
Source
§
impl
Primitive
<
u16
> for
u64
Source
§
fn
convert
(self) ->
u16
Source
§
impl
Primitive
<
u16
> for
usize
Source
§
fn
convert
(self) ->
u16
Source
§
impl
Primitive
<
u32
> for
u8
Source
§
fn
convert
(self) ->
u32
Source
§
impl
Primitive
<
u32
> for
u16
Source
§
fn
convert
(self) ->
u32
Source
§
impl
Primitive
<
u32
> for
u32
Source
§
fn
convert
(self) ->
u32
Source
§
impl
Primitive
<
u32
> for
u64
Source
§
fn
convert
(self) ->
u32
Source
§
impl
Primitive
<
u32
> for
usize
Source
§
fn
convert
(self) ->
u32
Source
§
impl
Primitive
<
u64
> for
u8
Source
§
fn
convert
(self) ->
u64
Source
§
impl
Primitive
<
u64
> for
u16
Source
§
fn
convert
(self) ->
u64
Source
§
impl
Primitive
<
u64
> for
u32
Source
§
fn
convert
(self) ->
u64
Source
§
impl
Primitive
<
u64
> for
u64
Source
§
fn
convert
(self) ->
u64
Source
§
impl
Primitive
<
u64
> for
usize
Source
§
fn
convert
(self) ->
u64
Source
§
impl
Primitive
<
usize
> for
u8
Source
§
fn
convert
(self) ->
usize
Source
§
impl
Primitive
<
usize
> for
u16
Source
§
fn
convert
(self) ->
usize
Source
§
impl
Primitive
<
usize
> for
u32
Source
§
fn
convert
(self) ->
usize
Source
§
impl
Primitive
<
usize
> for
u64
Source
§
fn
convert
(self) ->
usize
Source
§
impl
Primitive
<
usize
> for
usize
Source
§
fn
convert
(self) ->
usize
Implementors
§