cargo_atelier 0.2.0

Cargo integration for the AWS Smithy IDL.
Documentation
1
2
3
4
5
6
7
8
9
namespace org.example.smithy

@ThisIsNotAGoodName
structure thisIsMyStructure {
    lower: String,
    Upper: String,
    someJSONThing: someUnknownShape,
    OK: Boolean
}