loss 0.1.0

Portable lo-level (no-std) span subscribers for tracing.
Documentation
  • Coverage
  • 100%
    5 out of 5 items documented2 out of 5 items with examples
  • Size
  • Source code size: 11.71 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.51 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 29s Average build duration of successful builds.
  • all releases: 29s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • refcell

loss

LOSS is a set of lo(w)-level tracing Subscribers with minimal configuration and exported global constructors.

Subscibers

Example

Subscriber usage is most easily accessible through a set of exported helper methods.

 use loss::dead;

dead::set_global_default().unwrap();