Crates.io | guard-trait |
lib.rs | guard-trait |
version | 0.4.1 |
source | src |
created_at | 2020-09-17 19:41:15.317289 |
updated_at | 2020-10-28 08:29:23.850076 |
description | Contains fundamental wrappers for pointer types that can safely be shared in memory-sharing completion-based I/O interfaces |
homepage | |
repository | https://github.com/4lDO2/guard-trait-rs |
max_upload_size | |
id | 289894 |
size | 23,836 |
guard-trait-rs
Provides safe abstractions for working with memory that can potentially be
shared with another process or kernel (especially io_uring
), by enforcing
certain restrictions on how the memory can be used after it has been protected
by a guard.