Module ast

Source
Expand description

Types and abstractions for ink! definitions that require custom syntax.

§Note

In general we try not to require any sort of custom non-standard Rust syntax.

At the time of this writing we currently only use this for the argument parsing of ink! configuration header #[ink(env = my::env::Types, ...)] in order to be able to parse identifiers in name = value segments for the value part.

Structs§

AttributeArgs
The attribute arguments for the configuration of an ink! smart contract.
MetaNameValue
A name-value pair within an attribute, like feature = "nightly".

Enums§

Meta
Content of a compile-time structured attribute.
MetaValue
Represents a value in a meta name-value pair.
Symbol