vox-codegen 0.3.1

Language bindings codegen for vox
Documentation
# vox-codegen

Language binding generator for Vox service descriptors.

## Role in the Vox stack

`vox-codegen` bridges Rust-defined schemas to non-Rust clients/servers above the RPC surface.

## What this crate provides

- TypeScript and Swift code generation targets
- Rendering of service descriptors into client/server scaffolding

## Fits with

- `vox` service definitions and generated descriptors
- `vox-hash` and `vox-types` for shared protocol identity and type model

Part of the Vox workspace: <https://github.com/bearcove/vox>