[Docs](https://docs.rs/page-lock)
An async library for locking page address.
You may want to use this library to lock spacific page address. (For example database)
#### Example
Add this to your project's `Cargo.toml` file.
```toml
[dependencies]
page-lock = "3"
```