page-lock 3.1.0

A library for reading and writing data from bytes array
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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"
```