libstratis 2.4.2

Stratis daemon
1
2
3
4
5
6
7
8
9
mod api;
mod methods;
mod props;

pub use api::{
    add_blockdevs_method, add_cachedevs_method, create_filesystems_method,
    destroy_filesystems_method, name_property, rename_method, snapshot_filesystem_method,
    uuid_property,
};