stashlog 0.0.13

A minimalistic Rust library for Logstash Event format logging.
Documentation
1
2
3
4
5
6
7
8
9
10
format:
	cargo fmt --quiet

lint:
	cargo clippy --quiet

test:
	cargo test --quiet
all: 
	format lint test