logline 0.1.1

LogLine: full stack bundle (TDLN + JSON✯Atomic + LogLine core + LLLV) with CLI.
Documentation
1
2
3
4
5
6
7
#![forbid(unsafe_code)]
#![allow(clippy::multiple_crate_versions)]

#[tokio::main]
async fn main() -> anyhow::Result<()> {
    logline::cli::run("logline").await
}