btui 0.6.6

make simple beautiful text user interfaces with btui
Documentation
1
2
3
4
5
6
7
8
9
10
all: build test format

build:
	cargo build

test:
	cargo test

format:
	cargo fmt