kanri 0.11.0

Manage your projects within the terminal.
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod fs;
pub mod os;
pub mod project;

#[macro_export]
macro_rules! runtime_error {
    ($e:expr) => {
        return Err(mlua::Error::runtime($e))
    };
}