weld-codegen

Crates.ioweld-codegen
lib.rsweld-codegen
version0.7.0
sourcesrc
created_at2021-07-14 04:16:21.939135
updated_at2023-02-28 01:44:43.443558
descriptionCode generation for smithy models
homepagehttps://github.com/wasmcloud/weld
repositoryhttps://github.com/wasmcloud/weld
max_upload_size
id422557
size406,425
wasmCloud Automation Bot (wasmcloud-automation)

documentation

https://docs.rs/weld-codegen

README

Code generation from Smithy IDL models

Code generation is implemented in Rust, and output languages currently include Rust and Html (for documentation). We are expecting to add more languages in the future.

The code generator can be invoked:

  • as a library
  • from build.rs file: to build project sources according to a plan in codegen.toml
  • from the wash cli

Documentation on how the code generator works, how to use it with wasmCloud, and how to extend it, can be found in the developer documentation.

Commit count: 540

cargo fmt