jabba-lib 0.1.8

A utility library, inspired mainly by Python.
Documentation
1
2
3
4
5
6
7
8
9
cat:
	cat Makefile

# single-threaded testing because of the clipboard
test:
	cargo test -- --test-threads=1

doc:
	cargo doc --open