dinglebit-terminal 1.1.0

utilities for interacting with a terminal
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.EXPORT_ALL_VARIABLES:

CARGO_HOME ?= $(HOME)/.rustup

test:
	cargo test

build:
	cargo build

cover:
	cargo kcov --lib

cover-open: 
	cargo kcov --lib --open