dropclock 0.1.0

A guard type that runs a closure with the creation instant on drop
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Releasing

## In a PR

1. Bump `version` in `Cargo.toml`
2. Add an entry to `CHANGELOG.md`

## After merge to `main`

1. `git pull`
2. `git tag -a vx.y.z -m "vx.y.z"`
3. `cargo publish --dry-run` — make sure it looks right
4. `cargo publish`
5. `git push --tags`