Atelier: crate atelier_core
Rust native core model for the AWS Smithy IDL.

TBD
Changes
Version 0.1.0
- First release.
- Initial types for manipulation of Smithy Models, not including selector expressions.
- Initial builder types for fluent construction of models.
- Able to construct the example weather service using the builder API.
TODO
- Complete the selector expression types
- Complete the builder types
- Validation!
- Complete macro-ize APIs for less code
- More documentation
- More tests