| Crates.io | abs_sync |
| lib.rs | abs_sync |
| version | 0.2.0 |
| created_at | 2024-10-09 09:53:55.333891+00 |
| updated_at | 2025-06-16 10:13:29.690719+00 |
| description | ABStraction of SYNchronization |
| homepage | |
| repository | https://github.com/ljsnogard/abs_sync |
| max_upload_size | |
| id | 1402236 |
| size | 50,978 |
Abstraction of synchronization for sync/async programming in Rust
This crate provide traits about cancellation, locks and mutex.
#![feature(sync_unsafe_cell)]
#![feature(try_trait_v2)]
#![feature(type_alias_impl_trait)]