twyg 0.1.5

A tiny logging setup for Rust applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
default: all

all: build test run-demos

build:
	@cargo build

test:
	@cargo test

run-demos:
	@cargo run --example=color-caller
	@cargo run --example=no-caller
	@cargo run --example=no-color