Tag
Buf announces protobuf-py, a new Protocol Buffers library for Python written from scratch that passes the full conformance suite, generates readable typed Python, and offers optional Rust acceleration for performance.
safetensors 0.8.0 release brings major performance improvements: direct copy into Metal MTLBuffers with dlpack for 2-3x faster loading and OOM fix on macOS, plus GIL-free serialization for faster multi-file saves.
Hsrs is a type-safe FFI bindings generator that allows Rust code to be called from Haskell with automatic memory management, type conversions, and Borsh serialization. It provides annotations in Rust and generates idiomatic Haskell wrappers.