zoozle 0.1.9

Some I/O macros like C++ cin/cout.
Documentation
1
2
3
trait WriteOnFile{
    fn write_on_file(&self,path:&str)->bool;
}