Docs.rs
variable-len-reader-2.0.0
variable-len-reader 2.0.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
xuxiaocheng0201
Dependencies
bytes ^1
normal
pin-project-lite ~0.2
normal
tokio ^1
normal
anyhow ^1.0
dev
tokio ^1
dev
reportme ~0.2
build
Versions
0.54%
of the crate is documented
This release has been yanked, 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
variable_len_reader
2.0.0
Zigzag
Required Methods
zigzag
Implementations on Foreign Types
i128
i16
i32
i64
i8
isize
u128
u16
u32
u64
u8
usize
Implementors
In variable_len_reader::util::zigzag
?
Trait
variable_len_reader
::
util
::
zigzag
::
Zigzag
source
·
[
−
]
pub trait Zigzag<T> { // Required method fn
zigzag
(self) -> T; }
Required Methods
§
source
fn
zigzag
(self) -> T
Implementations on Foreign Types
§
source
§
impl
Zigzag
<
i8
> for
u8
source
§
fn
zigzag
(self) ->
i8
source
§
impl
Zigzag
<
i16
> for
u16
source
§
fn
zigzag
(self) ->
i16
source
§
impl
Zigzag
<
i32
> for
u32
source
§
fn
zigzag
(self) ->
i32
source
§
impl
Zigzag
<
i64
> for
u64
source
§
fn
zigzag
(self) ->
i64
source
§
impl
Zigzag
<
i128
> for
u128
source
§
fn
zigzag
(self) ->
i128
source
§
impl
Zigzag
<
isize
> for
usize
source
§
fn
zigzag
(self) ->
isize
source
§
impl
Zigzag
<
u8
> for
i8
source
§
fn
zigzag
(self) ->
u8
source
§
impl
Zigzag
<
u16
> for
i16
source
§
fn
zigzag
(self) ->
u16
source
§
impl
Zigzag
<
u32
> for
i32
source
§
fn
zigzag
(self) ->
u32
source
§
impl
Zigzag
<
u64
> for
i64
source
§
fn
zigzag
(self) ->
u64
source
§
impl
Zigzag
<
u128
> for
i128
source
§
fn
zigzag
(self) ->
u128
source
§
impl
Zigzag
<
usize
> for
isize
source
§
fn
zigzag
(self) ->
usize
Implementors
§