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;