Skip to main content

Crate reflow_rt

Crate reflow_rt 

Source
Expand description

Unified Reflow runtime facade.

reflow_rt is the user-facing crate for building and running Reflow graphs. It intentionally stays thin: the underlying crates remain independently usable, while this crate provides one stable import surface and feature map for applications.

Re-exports§

pub use reflow_actor;
pub use reflow_actor as actor_runtime;
pub use reflow_assets;
pub use reflow_assets as assets;
pub use reflow_components;
pub use reflow_components as components;
pub use reflow_graph;
pub use reflow_graph as graph;
pub use reflow_network;
pub use reflow_network as network;
pub use reflow_pack_loader;
pub use reflow_pack_loader as pack_loader;
pub use reflow_pixel;
pub use reflow_pixel as pixel;
pub use reflow_sdf;
pub use reflow_sdf as sdf;
pub use reflow_shader;
pub use reflow_shader as shader;
pub use reflow_vector;
pub use reflow_vector as vector;
pub use reflow_asset_registry;
pub use reflow_asset_registry as asset_registry;
pub use reflow_cv_ops;
pub use reflow_cv_ops as cv_ops;
pub use reflow_litert;
pub use reflow_litert as litert;
pub use reflow_media_codec;
pub use reflow_media_codec as media_codec;
pub use reflow_media_types;
pub use reflow_media_types as media_types;
pub use reflow_ml_ops;
pub use reflow_ml_ops as ml_ops;
pub use reflow_taskpacks;
pub use reflow_taskpacks as taskpacks;

Modules§

prelude
Common imports for authoring Reflow actors, graphs, and networks.

Attribute Macros§

actor
actor_display