blkar 7.2.7

Multithreaded archiver offering bit rot protection and sector level recoverability
Documentation
1
2
3
4
5
6
7
8
9
10
11
// macro_rules! block_pred_same_ver_uid {
//     (
//         $block:expr
//     ) => {{
//         use sbx_block::Block;

//         let version = $block.get_version();
//         let uid = $block.get_uid();
//         move |block: &Block| -> bool { block.get_version() == version && block.get_uid() == uid }
//     }};
// }