logwise 0.5.1

an opinionated logging library for Rust
Documentation
1
2
3
4
#!/bin/bash
set -e
source "$(dirname "$0")/_env"
RUSTFLAGS="$WASM32_RUSTFLAGS" cargo +nightly run --target=wasm32-unknown-unknown "$@"