cargo_atelier 0.2.2

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

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

string someUnknownShape

@trait
structure ThisIsNotAGoodName {}