rusty-sandbox 0.2.1

rusty-sandbox
Documentation
1
2
3
4
5
use fs;

pub fn enter_sandbox<'a>(_: Box<Iterator<Item=&'a fs::Directory> + 'a>) -> bool {
    false
}