contralog 0.0.1

Composable logging with monoids and contravariant functors.
Documentation
  • Coverage
  • 83.33%
    15 out of 18 items documented0 out of 15 items with examples
  • Size
  • Source code size: 9.07 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.78 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • zopsicle/contralog
    3 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • chloekek

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