block_until_sigint 0.1.0

A simple easy to use wrapper around Ctrl-C signal.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15


DEFAULT: build-release

build-release:
	cargo build --release

build:
	cargo build

publish:
	cargo publish --allow-dirty

test:
	cargo test