guard-trait

Crates.ioguard-trait
lib.rsguard-trait
version0.4.1
sourcesrc
created_at2020-09-17 19:41:15.317289
updated_at2020-10-28 08:29:23.850076
descriptionContains fundamental wrappers for pointer types that can safely be shared in memory-sharing completion-based I/O interfaces
homepage
repositoryhttps://github.com/4lDO2/guard-trait-rs
max_upload_size
id289894
size23,836
4lDO2 (4lDO2)

documentation

https://docs.rs/guard-trait

README

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.

Commit count: 37

cargo fmt