johnstonskj / rust-atelier

Rust native core model for the AWS Smithy IDL
MIT License
76 stars 10 forks source link

Any plans for Smithy 2.0? #52

Open stevelr opened 1 year ago

stevelr commented 1 year ago

Are there any plans to support Smithy 2.0 ?

We use smithy internally for specifying APIs and interfaces, rust-atelier for parsing, and code generators to build for a few target languages. It would help our planning to know whether there are plans to support Smithy 2.0 parser and/or AST with rust-atelier.

Thanks!