Skip to content

cobs_codec_rs 1.2.0

Choose a tag to compare

@ajsb85 ajsb85 released this 04 Jul 16:55
v1.2.0
d555943

cobs_codec_rs 1.2.0

A maintenance + documentation release. No API changes — 1.1.0 code compiles unchanged.

🔧 Changed

  • Rust edition 2024 — the MSRV is raised to 1.85 (required by the edition). No source changes were needed; only import ordering was updated to the 2024 style.
  • CI: actions/checkout bumped to v7, and the MSRV job now pins Rust 1.85.

📚 Documentation

  • The Cheshire & Baker (1999) overhead bounds now render as math on docs.rs (via KaTeX): the encoded length is at most n + ⌈n/254⌉ bytes, and max_encoded_len / encoding_overhead document their closed forms.

Recap — the 1.1.x feature line

Configurable sentinel, in-place decode, and an allocation-free StreamDecoder — see the v1.1.0 release.

📦 Install

cobs_codec_rs = "1.2"

crates.io: https://crates.io/crates/cobs_codec_rs/1.2.0 · docs.rs: https://docs.rs/cobs_codec_rs/1.2.0

The attached cobs_codec_rs-1.2.0.crate is the exact published source distribution.