# The [`scoped-ref`](https://docs.rs/scoped-ref/) Crate
[](https://crates.io/crates/scoped-ref)
[](https://docs.rs/scoped-ref)
[](https://github.com/andersjel/scoped-ref/actions/workflows/ci.yml)
[](https://github.com/andersjel/scoped-ref/blob/main/LICENSE-MIT)
This crate provides safe references with runtime-checked lifetimes. While a reference is in use, attempts to drop the referenced value will block.
Refer to docs.rs for the [full documentation](https://docs.rs/scoped-ref/).