1
2
3
4
5
6
7
8
9
10
11
12
//!
//! 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;