ergot 0.12.0

Eloquence in messaging
Documentation
1
2
3
4
5
6
7
8
9
10
//! Profiles describe how a single device interacts with the outside world
//!
//! Profiles have a couple of responsibilities, including managing all external interfaces,
//! as well as handling any routing outside of the device.

pub mod direct_edge;
pub mod null;

#[cfg(feature = "tokio-std")]
pub mod direct_router;