Re-exports§
pub use flows_audio as audio;pub use flows_datafusion as datafusion;pub use flows_derive as derive;pub use flows_hash as hash;pub use flows_image as image;pub use flows_io as io;pub use flows_json as json;pub use flows_math as math;pub use flows_rand as rand;pub use flows_text as text;
Modules§
Structs§
Enums§
- Error
- Input
Port State - Output
Port State - Port
Direction - A port’s dataflow direction (either input or output).
- Port
Event - A port’s state transition events (either connect, message, or disconnect).
- Port
State - A port’s possible states (either unconnected, connected, disconnected, or closed).
- Send
Error
Constants§
Traits§
- Connection
- Input
Port - Output
Port - Port
- The common interface for ports, whether for input or output.