This repository was archived by the owner on Feb 22, 2026. It is now read-only.
v0.5.0
Breaking Changes
registry_to_outputnow requires a generic parameter to be provided via turbofish
syntax to determine the output format for the code.go_away::GoTypewill output
go code,go_away::TypeScriptTypewill output typescript.
New Features
go-awaynow supports generating types for typescript.- Added a
TypeAliastrait that can be used to output type aliases into the output:
MyType::register_alias("MyType", &mut registry)