debugid 0.1.0

Common reusable types for implementing the sentry.io protocol.
Documentation
all: test

build:
	@cargo build --all

doc:
	@cargo doc

test: cargotest

cargotest:
	@cargo test --all

format-check:
	@cargo fmt -- --write-mode diff

.PHONY: all doc test cargotest format-check