Crate bevy_args

Source

Structs§

BevyArgsPlugin

Traits§

Deserialize
A data structure that can be deserialized from any data format supported by Serde.
Parser
Parse command-line arguments into Self.
Serialize
A data structure that can be serialized into any data format supported by Serde.
ValueEnum
Parse arguments into enums.

Functions§

parse_args

Derive Macros§

Deserialize
Parser
Generates the Parser implementation.
Serialize
ValueEnum
Generates the ValueEnum impl.