Package Exports
- @bearcove/vox-wire
Readme
@bearcove/vox-wire
Wire-format types and codecs for the Vox protocol in TypeScript.
Role in the Vox stack
@bearcove/vox-wire sits at the protocol boundary between runtime logic and transport links.
What this package provides
- Message schemas and protocol type definitions
- Wire-level encode/decode helpers
- Shared wire constants and error representations
Fits with
@bearcove/vox-postcardfor low-level serialization@bearcove/vox-corefor runtime behavior on decoded messages- Transport packages that carry encoded wire frames
Part of the Vox workspace: https://github.com/bearcove/vox