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_reader2.0.0

  • Macros
  • Structs
  • Traits
?
Change settings

List of all items

Structs

  • ReadBool
  • ReadI128RawBe
  • ReadI128RawLe
  • ReadI128Varint
  • ReadI16RawBe
  • ReadI16RawLe
  • ReadI16Varint
  • ReadI32RawBe
  • ReadI32RawLe
  • ReadI32Varint
  • ReadI64RawBe
  • ReadI64RawLe
  • ReadI64Varint
  • ReadI8Raw
  • ReadIsizeVarint
  • ReadMore
  • ReadSingle
  • ReadU128RawBe
  • ReadU128RawLe
  • ReadU128Varint
  • ReadU16RawBe
  • ReadU16RawLe
  • ReadU16Varint
  • ReadU32RawBe
  • ReadU32RawLe
  • ReadU32Varint
  • ReadU64RawBe
  • ReadU64RawLe
  • ReadU64Varint
  • ReadU8Raw
  • ReadUsizeVarint
  • WriteBool
  • WriteI128RawBe
  • WriteI128RawLe
  • WriteI128Varint
  • WriteI16RawBe
  • WriteI16RawLe
  • WriteI16Varint
  • WriteI32RawBe
  • WriteI32RawLe
  • WriteI32Varint
  • WriteI64RawBe
  • WriteI64RawLe
  • WriteI64Varint
  • WriteI8Raw
  • WriteIsizeVarint
  • WriteMore
  • WriteSingle
  • WriteU128RawBe
  • WriteU128RawLe
  • WriteU128Varint
  • WriteU16RawBe
  • WriteU16RawLe
  • WriteU16Varint
  • WriteU32RawBe
  • WriteU32RawLe
  • WriteU32Varint
  • WriteU64RawBe
  • WriteU64RawLe
  • WriteU64Varint
  • WriteU8Raw
  • WriteUsizeVarint
  • util::bufs::OwnedReadBuf128
  • util::bufs::OwnedReadBuf16
  • util::bufs::OwnedReadBuf32
  • util::bufs::OwnedReadBuf64
  • util::bufs::OwnedReadBuf8
  • util::bufs::OwnedWriteBuf128
  • util::bufs::OwnedWriteBuf16
  • util::bufs::OwnedWriteBuf32
  • util::bufs::OwnedWriteBuf64
  • util::bufs::OwnedWriteBuf8
  • util::bufs::ReadBuf
  • util::bufs::WriteBuf

Traits

  • AsyncVariableReadable
  • AsyncVariableReader
  • AsyncVariableWritable
  • AsyncVariableWriter
  • VariableReadable
  • VariableReader
  • VariableWritable
  • VariableWriter
  • util::zigzag::Zigzag

Macros

  • define_read_buf
  • define_write_buf