everlasting 0.1.0

my handy rust library
Documentation
1
2
3
4
5
6
extern crate everlasting;
use everlasting::debug;

fn main(){
    println!("hello world");
}