Skip to content
This repository was archived by the owner on Feb 22, 2026. It is now read-only.

v0.5.0

Choose a tag to compare

@obmarg obmarg released this 02 Nov 18:01
· 17 commits to master since this release

Breaking Changes

  • registry_to_output now requires a generic parameter to be provided via turbofish
    syntax to determine the output format for the code. go_away::GoType will output
    go code, go_away::TypeScriptType will output typescript.

New Features

  • go-away now supports generating types for typescript.
  • Added a TypeAlias trait that can be used to output type aliases into the output:
    MyType::register_alias("MyType", &mut registry)