atelier_smithy 0.2.10

Rust native Smithy language format for the AWS Smithy IDL.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*!
Additional syntax elements used in the JSON serialization.
*/

// ------------------------------------------------------------------------------------------------
// Model Names
// ------------------------------------------------------------------------------------------------

pub(crate) const CONTROL_DATA_PREFIX: &str = "$";

pub(crate) const TRAIT_PREFIX: &str = "@";

pub(crate) const STATEMENT_NAMESPACE: &str = "namespace";

pub(crate) const STATEMENT_USE: &str = "use";

pub(crate) const STATEMENT_METADATA: &str = "metadata";