smithy-bindgen 0.2.0

macros for binding codegeneration from smithy files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// bindgen-test.smithy

metadata package = [ {
    namespace: "org.wasmcloud.test.bindgen",
    //crate: "wasmcloud_interface_factorial",
} ]

namespace org.wasmcloud.test.bindgen

structure Thing {
    @required
    value: String,
}