drft-cli 0.11.0

A structural integrity checker for linked file systems
Documentation
1
2
3
4
//! Sources deliver `(path, bytes)` records to builders. v0.8 ships a single
//! built-in source: [`fs`], the filesystem walk.

pub mod fs;