Docs.rs
  • arithmetic-coding-0.2.0
    • arithmetic-coding 0.2.0
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • danieleades
    • Dependencies
      • arithmetic-coding-core ^0.1.0 normal
      • bitstream-io ^1.2.0 normal
      • thiserror ^1.0.30 normal
      • criterion ^0.3.5 dev
    • 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
    • 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
logo

Crate arithmetic_coding

logo

Crate arithmetic_coding

  • Version 0.2.0
  • All Items
  • Modules
  • Structs
  • Enums
  • Traits

Modules

  • fixed_length

Structs

  • Decoder
  • Encoder

Enums

  • Error

Traits

  • BitStore
  • Model
logo
Change settings

Crate arithmetic_coding

source · [−]
Expand description

Arithmetic coding library

Modules

fixed_length

Helper trait for creating fixed-length Models

Structs

Decoder

An arithmetic decoder

Encoder

An arithmetic encoder

Enums

Error

Errors that can occur during encoding/decoding

Traits

BitStore

A trait for a type that can be used for the internal integer representation of an encoder or decoder

Model

A Model is used to calculate the probability of a given symbol occuring in a sequence. The Model is used both for encoding and decoding.

Loading search results...