/RustByteRecord

Utilities for serializing primitive values to byte arrays and deserializing values back

Primary LanguageRust

RustByteRecord

Utilities for serializing primitive values to byte arrays and deserializing values back

Contains:

  • ByteRecord type with associated free functions for converting primitives to and from byte arrays
  • ByteArray type with Boxed array member and methods for manipulating bytes and strs
  • Message type with Vec<u8> member and methods for loading and unloading byte arrays and strs