intent-codegen 0.7.0-beta.1

Skeleton code generator for IntentLang specifications (Rust, TypeScript, Python, Go, Java, C#, Swift)
Documentation
  • Coverage
  • 82.5%
    33 out of 40 items documented0 out of 22 items with examples
  • Size
  • Source code size: 162.69 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 5.07 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 36s Average build duration of successful builds.
  • all releases: 36s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • krakenhavoc/IntentLang
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • krakenhavoc

Skeleton code generator for IntentLang specifications.

Generates typed stubs in Rust, TypeScript, Python, Go, Java, C#, or Swift from a parsed .intent AST. Entities become structs/classes/dataclasses/records, actions become function signatures with contract documentation.