Docs.rs
  • tlbits-0.2.1
    • tlbits 0.2.1
    • Docs.rs crate page
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • mitinarseny
    • Dependencies
      • bitvec ^1 normal
      • either ^1 normal
      • impl-tools ^0.10 normal
      • num-bigint ^0.4 normal
      • thiserror ^1 normal
    • Versions
    • 0% 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

tlbits0.2.1

  • All Items
  • Structs
  • Enums
  • Traits
  • Functions
?
Settings

Crate tlbits

source ·

Structs§

  • AsBitSlice
  • AsBytes
  • BitCounter
  • BitPackAsWrap
  • BitUnpackAsWrap
  • ConstBit
  • ConstUint
  • FromInto
  • FromIntoRef
  • LimitWriter
  • MapErr
  • NBits
  • Same
  • StringError
  • TeeReader
  • TryFromInto
  • VarBytes
  • VarInt
  • VarUint

Enums§

  • Either
    The enum Either with variants Left and Right is a general purpose sum type with two cases.

Traits§

  • BitPack
  • BitPackAs
  • BitPackWrapAsExt
  • BitReader
  • BitReaderExt
  • BitUnpack
  • BitUnpackAs
  • BitWriter
  • BitWriterExt
  • Error
  • ResultExt

Functions§

  • from_bits_as
  • from_bytes_as
  • pack
  • pack_as
  • unpack
  • unpack_as
  • unpack_bytes
  • unpack_fully
  • unpack_fully_as