unique_64 1.0.2

A handy struct for dispatching out unique u64s as IDs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Everyone gets their own make command. Woo!
# Shorthand can be useful for quick stacktraces.

########## TESTING ##########


# Useful for seeing println output during unit tests.
test:
	cargo test -- --nocapture


#############################