Crate flowey

Crate flowey 

Source
Expand description

The user-facing flowey API.

Relying on flowey_core directly is not advised, as many APIs exposed at that level are only supposed to be used by flowey infrastructure (e.g: in flowey_cli).

Modules§

node
Types and traits for implementing flowey nodes.
patch
Types and traits for implementing flowey patch functions.
pipeline
Types and traits for implementing flowey pipelines.
shell
Shell abstractions for flowey command execution.
util
Utility functions.

Macros§

shell_cmd
Construct a command to run via the flowey shell.