aux-context 0.1.0

some common context variable
Documentation
1
2
3
4
5
6
use tokio::task_local;

task_local! {
    pub static LOG_ID: String;
    pub static LANG: String;
}