turbocow 0.3.0-beta.2

Compact, clone-on-write vectors, strings, maps and sets with inline + referenced storage — a superset of ecow.
Documentation
1
2
3
4
5
6
7
//! A clone-on-write byte vector that stores short vectors inline.

mod common;
mod types;

pub(crate) use common::limit::LIMIT;
pub(crate) use types::*;