try-lock 0.2.0

A lightweight atomic lock.
Documentation
[package]
name = "try-lock"
version = "0.2.0" # remember to update html_root_url
description = "A lightweight atomic lock."
keywords = ["lock", "atomic"]
categories = ["concurrency"]
authors = ["Sean McArthur <sean@seanmonstar.com>"]
license = "MIT"
repository = "https://github.com/seanmonstar/try-lock"
homepage = "https://github.com/seanmonstar/try-lock"
documentation = "https://docs.rs/try-lock"
readme = "README.md"

[dependencies]