Expand description

Check the Github README, to see an overview of the library.

Modules

Channels used to connect inputs with services and services with outputs. It basically wraps a tokio::sync::mpsc for easy management inside input/output/services implementations.

Default connectors comming with service-io.

Main entity of service-io. Connects input, output, and services and run them.

Common data shared among input/output/services and utilities related to it.

Default services comming with service-io.

Generic utilities