neoncore 7.0.0

Core utility library for working with binary data streams.
Documentation
1
2
3
4
5
6
//! This crate provides a set of shared utilities for
//! working with binary streams in memory or otherwise.

pub mod const_fn;
#[cfg(feature = "std")]
pub mod streams;