micromegas-analytics 0.1.3

analytics module of micromegas
Documentation
1
2
3
4
5
6
pub struct LogEntry {
    pub time_ms: f64,
    pub level: i32,
    pub target: String,
    pub msg: String,
}