// Copyright (c) Infinity Abundance.
// Licensed under the MIT license.
// Derived from Microsoft MLVC msrtc_rans (MIT)
// See NOTICE file for attribution.
//! # msrtc-rans
//!
//! Safe public Rust entropy-coder API for msrtc_rans.
//!
//! This crate provides the public API for the rANS entropy coder,
//! including entropy encoder/decoder, streams, and distribution
//! construction.
/// Re-export the core rANS primitives.
pub use *;