nolock 0.4.1

A collection of Lock-Free Datastructures
Documentation
disallowed-methods = [
	# This crate should never contain any locks, as this is strictly lockfree
	"std::sync::Mutex::new",
	"std::sync::RwLock::new",
]