Release v0.13.1
Highlights
The crate documentation on docs.rs is now aimed at embedding cross-stream as a library. Until now src/lib.rs was bare module declarations, so the docs.rs landing page had nothing to show. This release adds a crate-level overview written for embedders (the model, a quick-start, and where to look), documents the core store module and every public item an embedder touches (Store and its methods, Frame, ReadOptions, FollowOption, TTL, and the shared error types) with examples that compile as doctests, and re-exports the key types at the crate root so you can write use xs::{Store, Frame, ReadOptions, FollowOption, TTL};. docs.rs is also configured to build with all features.
This is a documentation-only release. There are no API or behavior changes; upgrading from 0.13.0 requires nothing.
Changelog
- docs: document the embedding API for docs.rs
- docs: surface unknown Link keys instead of swallowing them
- docs: fix internal links swallowed by the Link component
- chore: set RUSTUP_TOOLCHAIN=1.93.1 in .claude settings env