Module transport

Module transport 

Source
Expand description

Transport layer for sending events to the PhyWare platform.

Provides pluggable transport implementations with a common trait interface.

Re-exports§

pub use http::HttpTransport;
pub use mock::MockTransport;
pub use traits::Transport;

Modules§

http
HTTP transport implementation using reqwest.
mock
Mock transport for testing.
traits
Transport trait definitions.