atelier_core 0.1.0

Rust native core model for the AWS Smithy IDL.
Documentation

Atelier: crate atelier_core

Rust native core model for the AWS Smithy IDL.

crates.io docs.rs

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

  1. Complete the selector expression types
  2. Complete the builder types
  3. Validation!
  4. Complete macro-ize APIs for less code
  5. More documentation
  6. More tests