compio-driver 0.12.0-rc.1

Low-level driver for compio
Documentation
1
2
3
4
5
6
use super::{iour, poll};

crate::macros::fuse_op! {
    <S: AsFd> FileStat(fd: S);
    <S: AsFd> PathStat(dirfd: S, path: CString, follow_symlink: bool);
}