ecow 0.3.1

Compact, clone-on-write vector, string, and byte buffer.
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;