urlogger 1.0.0

Lightweight logging library for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "scripts": {
    "build": "cargo build",
    "format": "cargo fmt",
    "lint": "cargo clippy",
    "prepare": "husky",
    "test": "cargo test",
    "test:coverage": "cargo tarpaulin --fail-under 95 --exclude-files 'src/main.rs'"
  },
  "dependencies": {
    "husky": "9.1.7"
  },
  "packageManager": "pnpm@10.28.0"
}