Crate depthai_macros

Crate depthai_macros 

Source

Attribute Macrosยง

depthai_composite
Attribute macro for defining composite nodes in Rust.
depthai_host_node
Attribute macro for defining Rust host nodes.
depthai_threaded_host_node
Attribute macro for defining threaded host nodes in Rust.
native_node_wrapper
Wrap a native DepthAI node that is created via Pipeline::create_node_by_name("ClassName").