BLOCK_SIZE

Constant BLOCK_SIZE 

Source
pub const BLOCK_SIZE: usize = 512;
Expand description

Block size in bytes (512).

All FBBU I/O operates on fixed-size blocks of this many bytes. This matches the standard sector size used by the FBBU protocol.