guard-trait 0.4.1

Contains fundamental wrappers for pointer types that can safely be shared in memory-sharing completion-based I/O interfaces
Documentation

guard-trait-rs

Crates.io Documentation

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.