x-future 0.1.0

x-future: enbrace the future
Documentation
//! x-future
//! This crate is aiming for the purpose of future
//! We have infinite future
//!  


/// friendly greeting 
pub fn greeting() {
    print!("hello, rust");
}