Docs.rs
graphannis-core-2.0.6
graphannis-core 2.0.6
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
thomaskrause
Dependencies
bincode ^1.2
normal
graphannis-malloc_size_of ^1.1
normal
graphannis-malloc_size_of_derive ^2.0
normal
itertools ^0.10
normal
lazy_static ^1.4
normal
lfu ^0.2
normal
log ^0.4
normal
num-traits ^0.2
normal
percent-encoding ^2.1
normal
quick-xml ^0.22
normal
rand ^0.8
normal
rayon ^1.3
normal
regex ^1
normal
regex-syntax ^0.6
normal
rustc-hash ^1.0
normal
serde ^1.0
normal
serde_derive ^1.0
normal
smallvec ^1.6
normal
smartstring ^0.2
normal
sstable ^0.10
normal
strum ^0.21
normal
strum_macros ^0.21
normal
tempfile ^3.1
normal
thiserror ^1
normal
transient-btree-index ^0.3
normal
env_logger ^0.9
dev
fake ^2.2
dev
winapi ^0.3
normal
Versions
36.81%
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
☰
FixedSizeKeySerializer
Required Methods
key_size
Implementations on Foreign Types
i128
i16
i32
i64
i8
u128
u16
u32
u64
u8
Implementors
In graphannis_core::serializer
?
Trait
graphannis_core
::
serializer
::
FixedSizeKeySerializer
source
·
[
−
]
pub trait FixedSizeKeySerializer:
KeySerializer
{ fn
key_size
() ->
usize
; }
Required Methods
source
fn
key_size
() ->
usize
Implementations on Foreign Types
source
impl
FixedSizeKeySerializer
for
u8
source
fn
key_size
() ->
usize
source
impl
FixedSizeKeySerializer
for
u16
source
fn
key_size
() ->
usize
source
impl
FixedSizeKeySerializer
for
u32
source
fn
key_size
() ->
usize
source
impl
FixedSizeKeySerializer
for
u64
source
fn
key_size
() ->
usize
source
impl
FixedSizeKeySerializer
for
u128
source
fn
key_size
() ->
usize
source
impl
FixedSizeKeySerializer
for
i8
source
fn
key_size
() ->
usize
source
impl
FixedSizeKeySerializer
for
i16
source
fn
key_size
() ->
usize
source
impl
FixedSizeKeySerializer
for
i32
source
fn
key_size
() ->
usize
source
impl
FixedSizeKeySerializer
for
i64
source
fn
key_size
() ->
usize
source
impl
FixedSizeKeySerializer
for
i128
source
fn
key_size
() ->
usize
Implementors
source
impl
FixedSizeKeySerializer
for
Edge