orbok-fs 0.1.0

orbok safe file access boundary, source policy, scanner (RFC-003/RFC-004)
Documentation
1
2
3
4
5
6
7
//! Tests for orbok-fs, validating the design specs of RFC-003 (§14) and
//! RFC-004 (§19). Split into submodules per the project testing
//! guidelines.

mod common;
mod path_guard;
mod scanner;