temprs 1.7.0

A temporary file manager with stack mechanism
Documentation
1
2
3
4
5
6
7
use temprs::model::app::TempApp;

fn main() {
    let mut app = TempApp::new();

    app.run();
}