Module blart::bytes

source ·

Re-exports

Modules

Macros

Traits

  • Any type implementing AsBytes can be decomposed into bytes.
  • This trait is used to mark types which have a byte representation which is guaranteed to not be a prefix of any other value of the same type.
  • This trait is used to mark types where the lexicographic ordering of their byte representation (as output by AsBytes::as_bytes) matches their normal ordering (as determined by Ord).