xhfs 0.5.1

Bruteforce your way into storing files anywhere across an arbitrary combination of arbitrary devices.
1
2
3
4
5
6
use crate::interface::config::Config;

#[test]
fn test_config_example() {
    assert!(Config::example().is_ok());
}