capwriter 0.4.2

Fast saving and loading with annotating cap for vector and slice
Documentation
1
2
3
4
5
6
7
8
9
#![cfg_attr(docsrs, feature(doc_cfg))]

mod std_io_traits;
pub use std_io_traits::{Save, Load};
#[cfg(feature = "async-tokio")]
mod tokio_io_traits;
#[cfg(feature = "async-tokio")]
#[cfg_attr(docsrs, doc(cfg(feature = "async-tokio")))]
pub use tokio_io_traits::{AsyncSave, AsyncLoad};