sthornington / stlog

fast async logging hopefully

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stlog

Place to mess around with Rust, trying to implement a fast async logging system where just the variadic format arguments are passed on a queue to a background logging thread, and the format text and all formatting is done there. Oh, and also, with no dynamic allocation. Wish me luck.

About

fast async logging hopefully

License:MIT License


Languages

Language:Rust 100.0%