flarelog 0.5.0

flarelog is an ergonomic logging library for Rust with a focus on simplicity and speed.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.chrono]
version = "0.4.6"

[dependencies.crossbeam-channel]
version = "0.3.6"

[package]
authors = ["Acrimon <joel.wejdenstal@gmail.com>"]
description = "flarelog is an ergonomic logging library for Rust with a focus on simplicity and speed."
documentation = "https://docs.rs/flarelog"
edition = "2018"
keywords = ["log", "logging", "simple"]
license = "MIT"
name = "flarelog"
readme = "README.md"
repository = "https://gitlab.com/xacrimon/flarelog"
version = "0.5.0"