Expand description
Safe Rust wrapper for Edge Impulse FFI bindings
This module provides safe Rust bindings for the Edge Impulse C++ SDK, allowing you to run inference on trained models from Rust applications.
Structs§
- Bounding
Box - Classification
Result - Edge
Impulse Classifier - Main Edge Impulse classifier
- Edge
Impulse Handle - Opaque handle for Edge Impulse operations
- Inference
Result - Result structure for Edge Impulse inference
- Model
Metadata - Helper functions to access model metadata
- Model
Metadata Info - Signal
- Signal structure for holding audio or sensor data
- Timing
Result
Enums§
- Edge
Impulse Error - Error type for Edge Impulse operations
Type Aliases§
- Edge
Impulse Result - Result type for Edge Impulse operations