#locking #async #async-locking

page-lock

A library for reading and writing data from bytes array

8 stable releases

3.1.0 Feb 14, 2022
3.0.1 Feb 12, 2022
1.0.4 Jan 23, 2022
0.1.0 Jan 10, 2022

#125 in #locking

27 downloads per month

MIT license

11KB
247 lines

Docs

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.

[dependencies]
page-lock = "3"

No runtime deps