bytes-str 0.2.7

A string type that is backed by bytes crate
Documentation
1
2
3
4
pub use crate::{byte_str::*, byte_string::*};

mod byte_str;
mod byte_string;