//! A reader in a leaf file -> the row's module is `deep::leaf`.
pubfnleaf_reader()->bool{std::fs::read_to_string("scripts/leaf_baseline.txt").is_ok()}#[cfg(test)]modtests{#[test]fnleaf_module_reads_the_tree(){let_=std::fs::read_to_string("scripts/leaf_baseline.txt");}}