kutil 0.0.6

Kutil utilities collection
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#[cfg(feature = "async")]
#[cfg(feature = "std")]
mod asynchronous;
mod bounded;
mod buffer;
#[cfg(feature = "std")]
mod chars;

#[allow(unused_imports)]
pub use {bounded::*, buffer::*, chars::*};

#[cfg(feature = "async")]
#[allow(unused_imports)]
pub use asynchronous::*;