front-vec 0.0.8

Efficiently-prependable Vec and String types.
Documentation
1
2
3
4
5
6
7
mod front_vec;
pub mod iter;

#[cfg(test)]
mod tests;

pub use crate::front_vec::front_vec::*;