//!
//! Utilities for NComm
//!
//! The main usage of this crate is for traits and items
//! that don't really fit in any of the other NComm traits, but
//! are still useful for developing applications utilizing NComm.
//!
#![no_std]
#![deny(missing_docs)]
pub mod packing;