dirtyqueue 0.1.1

dirtyqueue is a thread and async safe, durable filesystem based queue
Documentation
1
2
3
4
5
6
7
auto-test:
	@reflex -d none -R '^(target|.git)/' -r '^(Makefile|.*\.(rs|toml))$$' -- make test

test: 
	@cargo test -- --nocapture

.PHONY: auto-test test