Docs.rs
  • bitstream-io-2.6.0
    • bitstream-io 2.6.0
    • Docs.rs crate page
    • MIT/Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • tuffy
    • Dependencies
      • core2 ^0.4 normal optional
    • Versions
    • 100% 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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

bitstream_io2.6.0

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • BigEndian
  • BitQueue
  • LittleEndian
  • huffman::WriteHuffmanTree
  • read::BitReader
  • read::ByteReader
  • write::BitCounter
  • write::BitRecorder
  • write::BitWriter
  • write::ByteWriter
  • write::SignedValue
  • write::UnsignedValue

Enums

  • huffman::HuffmanTreeError
  • huffman::ReadHuffmanTree

Traits

  • Endianness
  • Numeric
  • Primitive
  • SignedNumeric
  • read::BitRead
  • read::ByteRead
  • read::FromBitStream
  • read::FromBitStreamWith
  • read::FromByteStream
  • read::FromByteStreamWith
  • read::HuffmanRead
  • write::BitWrite
  • write::ByteWrite
  • write::HuffmanWrite
  • write::ToBitStream
  • write::ToBitStreamWith
  • write::ToByteStream
  • write::ToByteStreamWith

Functions

  • huffman::compile_read_tree
  • huffman::compile_write_tree

Type Aliases

  • BE
  • LE