arcmutex 0.2.0

A convenience library for working with `Arc<Mutex<T>>`s
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# globals
default: build
freshen: clean build
clean:
	cargo clean

# vars

# commands
build:
	cargo build

package:
	cargo package

# tests
test:
	cargo test