anylock

Crates.ioanylock
lib.rsanylock
version0.1.5
sourcesrc
created_at2024-11-07 09:05:35.751709
updated_at2024-11-08 20:22:21.278251
descriptionAnyLock Polymorphic Locks
homepagehttps://github.com/boondocklabs/anylock
repositoryhttps://github.com/boondocklabs/anylock
max_upload_size
id1439606
size15,821
Matt Thompson (boondocklabs)

documentation

https://docs.rs/anylock

README

AnyLock Polymorphic Locks

Provides a unified lock interface trait to various underlying lock implementations

Supported Locks

  • std::sync
  • parking_lot
  • tokio::sync
Commit count: 7

cargo fmt