corlib 0.4.1

A various ideas library
Documentation
//!
//! Do stuff with text. 
//! 

mod as_str;

pub use as_str::*;

mod sendable_text;

pub use sendable_text::*;

mod sendable_text_log;

pub use sendable_text_log::*;

mod sendable_text_log_with_buffer;

pub use sendable_text_log_with_buffer::*;