Skip to main content

write_uint

Function write_uint 

Source
pub fn write_uint(
    buf: &mut impl Write,
    value: u64,
) -> Result<(), BrdbSchemaError>
Expand description

Write the smallest possible unsigned integer representation of value to the buffer.