[][src]Module mesher::prelude

Re-exports all the commonly used parts for slightly more ergonomic use, at the expense of cluttering up the global namespace. Usage:

use mesher::prelude::*;

Re-exports

pub use crate::crypto::*;
pub use crate::fail;

Structs

Mesher

The control interface for a single mesher.

Message

Represents a single message received by a mesher.

Packet

Represents a packet to be sent out.

Traits

Transport

Transport is the core of mesher's communication system.