Crate binary_util

source ·

Re-exports

Modules

  • This is a legacy module that will be removed in the future. This module has been replaced in favor of std::io::Error.
  • Provides a panic-free way to read and write binary data. All of the methods within this module follow the protobuf specification at https://protobuf.dev/programming-guides/encoding/.
  • The io module contains implementations of these traits for bytes::Buf and bytes::BufMut.

Structs