1
2
3
4
5
6
7
8
//! The library is already implemented but is not ready for release yet. Contact me if you see this message.
//!
//! -- Samka

pub fn ready() {
	panic!("Suprisingly, yes! The library is already usable but is not ready for public release yet. Contact me if you see this message.")	
}