cloud-filter 0.0.6

A safe and idiomatic wrapper around the Windows Cloud Filter API
Documentation
1
2
3
4
5
mod commands;
mod executor;

pub use commands::{CreatePlaceholders, Dehydrate, Delete, Read, Rename, Validate, Write};
pub use executor::{Command, Fallible};