sylvia-iot-data-0.0.21 has been yanked.
sylvia-iot-data
The data storage of Sylvia-IoT core modules.
Mount sylvia-iot-data in your Actix-Web App
You can simply mount sylvia-iot-data into your Actix-Web App:
use ;
use App as ClapApp;
use ;
async
Please see src/bin/sylvia-iot-data.rs
to get the real world example.
All-in-one binary
You can use src/bin/sylvia-iot-core.rs
as a single binary to run the whole sylvia-iot platform.