arcmutex 0.2.0

A convenience library for working with `Arc<Mutex<T>>`s
Documentation
# globals
default: build
freshen: clean build
clean:
	cargo clean

# vars

# commands
build:
	cargo build

package:
	cargo package

# tests
test:
	cargo test