forge-codegen 0.10.0

TypeScript code generator for the Forge framework
Documentation

FORGE binding generation system.

Two-phase pipeline with forge.schema.json as the contract:

  1. Phase 1 — Parser reads Rust source, produces forge.schema.json.
  2. Phase 2 — Emitters read the schema, produce per-language client code.