We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f89c9c3 commit 740e77cCopy full SHA for 740e77c
packages.json
@@ -23613,6 +23613,22 @@
23613
"license": "Apache-2.0",
23614
"web": "https://github.com/haxscramper/nimtraits"
23615
},
23616
+ {
23617
+ "name": "nimtrace",
23618
+ "url": "https://github.com/copyleftdev/nimtrace",
23619
+ "method": "git",
23620
+ "tags": [
23621
+ "tracing",
23622
+ "observability",
23623
+ "opentelemetry",
23624
+ "logging",
23625
+ "instrumentation",
23626
+ "library"
23627
+ ],
23628
+ "description": "Zero-cost structured tracing framework for Nim, inspired by Rust's tracing crate",
23629
+ "license": "MIT",
23630
+ "web": "https://github.com/copyleftdev/nimtrace"
23631
+ },
23632
{
23633
"name": "deser_json",
23634
"url": "https://github.com/gabbhack/deser_json",
0 commit comments