Atelier: crate atelier_smithy
Provides the ability to read and write Smithy models in its own native language representation.

TBD
Changes
Version 0.1.4
- Validated round-tripping Smithy files, read into a model then write back out again.
Version 0.1.3
- Changes to the core API around
ModelReader
and ModelWriter
.
Version 0.1.2
- Moved most strings to use
core::syntax
.
- Fixed issues with multiple documentation strings.
- Fixed issue with blank documentation traits.
- Fixed grammar issue with empty trait bodies.
Version 0.1.1
- Able to parse basic examples.
Version 0.1.0
- First release.
- Able to write the example weather service, constructed using the builder API.
TODO
- Need to have a parser.