ecow 0.3.0

Compact, clone-on-write vector and string.
Documentation
1
2
3
4
5
//! This module contains code that has been adapted from Rust standard library
//! with minimal changes.

pub mod slice;
pub mod vec;