snss — a read-only decoder for Chromium/Brave SNSS session files.
The crate is a pure decoder: it reads bytes and returns a typed model. It has no UI, performs no clipboard or launch side effects, and exposes no write path — mutating Brave's store is structurally impossible through this API.
Milestone 1 (this module) covers the container framing only: validate the
SNSS header and split the command stream into [Record]s. Higher layers
(Pickle decode, replay) build on top of these records.