2 Repositories
Rust loki Libraries
Loki, God of Mischief
Loki Loki is an experimental programming language that I am building both to learn more about compilers and test ideas about language design. Compiler
A loki logger for the log facade
Loki Logger A loki logger for the log facade. Examples extern crate log; extern crate loki_logger; use log::LevelFilter; #[tokio::main] async fn main