COOLJAPAN

Posts tagged #oxicode

6 posts

Jun 4, 2026 · 5 min

OxiCode 0.2.4 Released — Config-Aware Streaming and no_std Error Trait Support

OxiCode 0.2.4 makes the streaming encoder/decoder generic over the Config type so encoder and decoder pairs can share an explicit codec configuration via new_with_config, implements core::error::Error for DeError/SerError in no_std + alloc, bumps the MSRV to 1.81, and moves OxiARC pure Rust compression to 0.3.2. Same 100% bincode-2.0 binary compatibility.

releaseoxicodebincode
May 8, 2026 · 4 min

OxiCode 0.2.3 Released — A Clean Clippy Run and Collision-Free Concurrent Tests

A small OxiCode patch that restores a fully clean clippy run across the workspace and eliminates temp-file collisions in seven async and file-I/O test modules under concurrent execution. No API or wire-format changes — same 100% bincode-2.0 binary compatibility, same Pure Rust guarantee.

releaseoxicodebincode
May 3, 2026 · 4 min

OxiCode 0.2.2 Released — Dependency Hardening and Pure Rust Compression, Bumped

A focused OxiCode patch: a deny.toml policy gate to ban unsafe or incompatible crates, the bincode dev-dependency pinned to =2.0.1, OxiARC pure Rust compression bumped to 0.2.7, and more robust temp-file handling in the file-I/O test suite. Same 100% bincode-2.0 binary compatibility, same Pure Rust guarantee.

releaseoxicodebincode
Mar 16, 2026 · 6 min

OxiCode 0.2.0 Released — Zero-Copy Decode, Size Pre-Computation, and a Much Bigger API

OxiCode's first 0.2 minor: a major API expansion with a BorrowDecode derive for zero-copy decoding, the SizeWriter / encoded_size pre-allocation API, encode_to_file / decode_from_file, lazy DecodeIter streaming, CRC32 checksums, versioned-value helpers, and a rich set of derive attributes — all while keeping 100% bincode 2.0 binary compatibility. 19,929 passing tests, zero warnings.

releaseoxicodebincode
Mar 16, 2026 · 3 min

OxiCode 0.2.1 Released — Modern Pure Rust Binary Serialization, Successor to bincode

100% binary-compatible drop-in replacement for bincode with zero-copy decoding, SIMD-accelerated arrays (2–4× faster), built-in LZ4/Zstd compression (powered by OxiARC), CRC32 checksums, async streaming, schema evolution, and no_std support. 513k LOC of pure Rust, 19,927 passing tests. The sovereign serialization layer for SciRS2 and the entire COOLJAPAN ecosystem.

releaseoxicodebincode
Dec 28, 2025 · 5 min

OxiCode 0.1.0 Released — A Modern Pure Rust Binary Serializer, the Successor to bincode

The first real release of OxiCode: a compact, fast, no_std-friendly binary serialization library for Rust with 100% bincode 2.0 binary compatibility. Drop-in encode/decode, derive macros, optional SIMD, compression, schema versioning, streaming, and validation. 10,860 lines of pure Rust, 211 passing tests, zero unwrap.

releaseoxicodebincode