Module rustc_serialize::opaque

source ·

Macros

Structs

  • BufGuard 🔒
    Helper struct to ensure the buffer is updated after all the writes are complete. It tracks the number of written bytes and drains them all from the front of the buffer when dropped.
  • FileEncoder encodes data to file via fixed-size buffer.
  • An integer that will always encode to 8 bytes.

Constants

Type Definitions