lockfile 0.2.2

Create lockfiles that remove themselves when they are dropped
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Changelog


## Unreleased


## 0.2.2

 - Removed all unsafe and `#[forbid(unsafe)]`. No change in functionality

## 0.2.1

 - Slightly improved logging methods

## 0.2

 - Rename `close` to `release` to better match semantics.

## 0.1

 - Initial release