async_logger 0.2.0

Asyncronous logger allows writing arbitrary u8 slices to a memory buffer, which then processed by a writer in it's own thread.
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
authors = ["stencillogic <stencillogic@gmail.com>"]
categories = ["asynchronous", "concurrency"]
description = "Asyncronous logger allows writing arbitrary u8 slices to a memory buffer, which then processed by a writer in it's own thread."
edition = "2018"
keywords = ["async", "logging", "logger"]
license = "MIT"
name = "async_logger"
repository = "https://github.com/stencillogic/async_logger"
version = "0.2.0"