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
24 Dec 25, 2022
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
11 Dec 24, 2022