Crates.io | loss |
lib.rs | loss |
version | 0.1.0 |
source | src |
created_at | 2023-11-17 15:18:06.52555 |
updated_at | 2023-11-17 15:18:06.52555 |
description | Portable lo-level (no-std) span subscribers for tracing. |
homepage | https://github.com/refcell/axos |
repository | https://github.com/refcell/axos |
max_upload_size | |
id | 1039178 |
size | 4,928 |
LOSS is a set of lo(w)-level tracing Subscribers with minimal configuration and exported global constructors.
Subscriber usage is most easily accessible through a set of exported helper methods.
use loss::dead;
dead::set_global_default().unwrap();