loss

Crates.ioloss
lib.rsloss
version0.1.0
sourcesrc
created_at2023-11-17 15:18:06.52555
updated_at2023-11-17 15:18:06.52555
descriptionPortable lo-level (no-std) span subscribers for tracing.
homepagehttps://github.com/refcell/axos
repositoryhttps://github.com/refcell/axos
max_upload_size
id1039178
size4,928
refcell (refcell)

documentation

README

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();
Commit count: 0

cargo fmt