https://github.com/4ldo2/guard-trait-rs
Various utility wrappers for allowing io_uring memory management in safe code
https://github.com/4ldo2/guard-trait-rs
completion-io memory-management rust
Last synced: about 2 months ago
JSON representation
Various utility wrappers for allowing io_uring memory management in safe code
- Host: GitHub
- URL: https://github.com/4ldo2/guard-trait-rs
- Owner: 4lDO2
- License: mit
- Created: 2020-09-17T13:23:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-28T08:29:19.000Z (over 4 years ago)
- Last Synced: 2025-03-01T16:41:52.953Z (3 months ago)
- Topics: completion-io, memory-management, rust
- Language: Rust
- Homepage:
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `guard-trait-rs`
[](https://crates.io/crates/guard-trait)
[](https://docs.rs/guard-trait/)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.