kutil 0.0.5

Kutil utilities collection
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#[cfg(feature = "immutable")]
mod byte_string;
#[cfg(feature = "immutable")]
mod byte_string_vector;
mod foster;
mod has_length;
mod iterator;
mod string;
mod string_vector;

#[allow(unused_imports)]
pub use {foster::*, has_length::*, iterator::*, string::*, string_vector::*};

#[cfg(feature = "immutable")]
#[allow(unused_imports)]
pub use {byte_string::*, byte_string_vector::*};