zirael 0.1.0

Zirael Compiler
Documentation
1
2
3
4
5
6
7
8
#[allow(unused_imports)]
pub mod prelude {
    pub use anyhow::Result;
    pub use log::{error, info, warn};
    pub use std::path::PathBuf;
    pub use zirael_core::*;
    pub use zirael_utils::*;
}