forkfs 0.2.8

ForkFS allows you to sandbox a process's changes to your file system.
Documentation
#[test]
fn fmt() {
    supercilex_tests::fmt();
}

#[test]
fn clippy() {
    supercilex_tests::clippy();
}

#[test]
fn api() {
    supercilex_tests::api();
}

#[test]
fn readme() {
    trycmd::TestCases::new().case("README.md");
}