Docs.rs
uring-file-0.2.0
uring-file 0.2.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
wilsonzlin
Dependencies
crossbeam-channel ^0.5.15
normal
dashmap ^6.1.0
normal
io-uring ^0.7.8
normal
libc ^0.2
normal
once_cell ^1.21.3
normal
tokio ^1.45.1
normal
Versions
68.97%
of the crate is documented
Go to latest version
Platform
aarch64-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module advice
uring_
file
0.2.0
Module advice
Module Items
Constants
In uring_
file::
uring
uring_file
::
uring
Module
advice
Copy item path
Source
Expand description
fadvise advice values. These are the standard POSIX fadvise constants.
Constants
§
DONTNEED
Data won’t be needed soon (may be evicted from cache).
NOREUSE
Data will be accessed once (don’t keep in cache).
NORMAL
No special treatment (default).
RANDOM
Expect random access pattern.
SEQUENTIAL
Expect sequential access pattern.
WILLNEED
Data will be needed soon (trigger readahead).