sjl 0.5.1

Simple JSON Logger
Documentation
1
2
3
4
use hashbrown::HashMap;
use serde_json::Value;

pub type LoggerContext = HashMap<String, Value>;