Pogr-io / pogr_tracing_rs

pogr_tracing_rs is a Crate to allow log collection from the tracing crate, easy and simple.
https://pogr.io
MIT License
0 stars 0 forks source link

utilizing tracing-serde (Rust GameDev[Marwen]) #3

Open Bioblaze opened 8 months ago

Bioblaze commented 8 months ago

https://docs.rs/tracing-serde/latest/tracing_serde/ for JsonVisiter, tracing has support for serde via tracing-serde; if you don't want to add this crate, you probably can simplify the code by using the derive attribute macro.