Docs.rs
variable-len-reader-3.2.1
variable-len-reader 3.2.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
xuxiaocheng0201
Dependencies
bytes ^1
normal
optional
pin-project-lite ~0.2
normal
optional
tokio ^1
normal
optional
anyhow ^1
dev
tokio ^1
dev
Versions
1.36%
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
Zigzag
variable_
len_
reader
3.2.1
Zigzag
Required Methods
zigzag
Implementations on Foreign Types
i8
i16
i32
i64
i128
isize
u8
u16
u32
u64
u128
usize
Implementors
In variable_
len_
reader::
util::
zigzag
variable_len_reader
::
util
::
zigzag
Trait
Zigzag
Copy item path
Source
pub trait Zigzag<T> { // Required method fn
zigzag
(self) -> T; }
Available on
crate feature
zigzag
only.
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
§