[][src]Module const_format::utils

Miscelaneous functions.

Features

This module is only exported with the "fmt" feature.

Functions

slice_up_to_len

A conditionally-const equivalent of &slice[..len].

slice_up_to_len_alt

A const equivalent of &slice[..len].

str_eq

A const equivalent of &str equality comparison.

u8_slice_eq

A const equivalent of &[u8] equality comparison.