fast-logger

Crates.iofast-logger
lib.rsfast-logger
version0.7.1
sourcesrc
created_at2019-05-31 17:06:34.5424
updated_at2023-06-08 06:45:04.211963
descriptionFast logger for Rust
homepagehttps://github.com/kstrafe/fast-logger
repositoryhttps://github.com/kstrafe/fast-logger
max_upload_size
id138187
size79,983
(kstrafe)

documentation

README

build status Latest version Documentation

Fast logger

Fast-logger is a logger for Rust that attempts to be the fastest (with the lowest caller-latency time) logger for rust. It achieves this by not performing dynamic allocations and passing formatting data over a channel to another thread. The reason for doing this is that formatting itself is an expensive operation.

Commit count: 98

cargo fmt