//! Various utilities and data structures used in this crate.
/// Increment a fixed-length byte string by one, by incrementing the last byte that is not 255 by one.
///
/// Returns None if all bytes are 255.
//! Various utilities and data structures used in this crate.
/// Increment a fixed-length byte string by one, by incrementing the last byte that is not 255 by one.
///
/// Returns None if all bytes are 255.