contralog 0.0.1

Composable logging with monoids and contravariant functors.
Documentation
1
2
3
4
5
6
7
8
9
10
11
Composable logging with monoids and contravariant functors.

If you want to use this library there are at least two ways to obtain it: you
could depend on it with Cargo by adding contralog as a dependency in
Cargo.toml, or you could copy the src/lib.rs file into your own project under
a different name.

When developing this library please use Nix to ensure the build is
reproducible:

    nix run -ic cargo test