brec_node_lib 0.1.0

A flexible binary format for storing and streaming structured data as packets with CRC protection and recoverability from corruption. Built for extensibility and robustness.
Documentation
1
2
3
`brec` is a Rust toolkit for building custom binary packet protocols with CRC protection, stream recovery from corrupted or mixed data, flexible payload definitions, and optional bridges to other runtimes. The main project documentation, usage guides, and integration notes live at <https://icsmw.github.io/brec/>.

This crate, `brec_node_lib`, is part of the Node.js integration toolchain for `brec` and provides the Rust-side runtime conversion layer used by N-API-based integrations. For end-user usage, architecture overview, and Node.js integration details, see the main repository at <https://github.com/icsmw/brec> and the documentation section at <https://icsmw.github.io/brec/integrations/napi/>.