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

TBD
Changes
Version 0.2.4
- Tracking change to
ShapeType
from atelier_core
crate.
Version 0.2.3
- Added support for parsing selector expressions.
Version 0.2.2
- Fixed: test case compile error.
Version 0.2.1
- Changes based on new core traits
HasIdentity
and HasTraits
.
Version 0.2.0
- Major refactor after agreement on the separation of semantic model with Smithy team.
Version 0.1.5
- API changes for
ModelReader
and ModelWriter
.
- removed
representation
method
- added
FILE_EXTENSION
constant.
- Changed internal module organization to mirror the json crate.
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.