itrace 0.1.1

Structured, columnar tracing for Rust applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// tests/integration.rs
//
// Test di integrazione per itrace.
// Da eseguire con: mise run test

#[test]
fn placeholder_test() {
    // TODO: aggiungere test di integrazione
    // - caricamento config da TOML
    // - rendering colonne
    // - field non consumati appesi al messaggio
    assert!(true);
}