fluvio-smartengine 0.5.4

The official Fluvio SmartEngine
Documentation
1
2
3
4
5
6
7
#[derive(thiserror::Error, Debug)]
pub enum EngineError {
    #[error("No valid smartmodule found")]
    UnknownSmartModule,
    #[error("Failed to instantiate: {0}")]
    Instantiate(anyhow::Error),
}