Crate binary_util
source ·Re-exports
pub use interfaces::Streamable;
pub use io::ByteReader;
pub use io::ByteWriter;
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
andbytes::BufMut
.
Structs
- Defines an associated type.
- Defines a code block. This is used to define a function body.
- Defines an enumeration.
- Defines a struct field.
- Configures how a scope is formatted.
- Defines a function.
- Defines an impl block.
- Defines an import (
use
statement). - Defines a module.
- Defines a scope.
- Defines a struct.
- Define a trait.
- Defines a type.
- Defines an enum variant.