scoped-callback 0.1.0

Register scoped functions with local references to 'static lifetime callbacks in a safe manner
Documentation
#!/usr/bin/env bash
set -o errexit -o nounset -o pipefail -o xtrace

cargo readme | sed -E -r 's/(\[[^]]+\])\(([^\)]+)\)/\1(https:\/\/docs.rs\/scoped-callback\/\2)/'