confuse 0.1.0

A fuser-compatible filesystem API facade using Dokan on Windows and fuser elsewhere.
Documentation
1
2
3
4
5
6
7
8
9
mod api;
mod support;

pub use api::*;
pub(crate) use support::ChannelSender;
pub use support::{BackingId, ForgetOne};

#[cfg(test)]
mod tests;