Skip to main content

KIB

Constant KIB 

Source
pub const KIB: usize = 1024;
Expand description

One kibibyte (1024 bytes). For readable byte-size limits, e.g. #[controller(max_body_bytes = 4 * KIB)].