dh

Module data

source
Expand description

The whole set of structs and functions to handle u8 vectors.

§Create a data editor

§Owned data

§Close a data editor and get the data

  • close_ref closes a reader, writer, or reader and writer and returns the reference to the data.
  • close_mut closes a writer or reader and writer and returns the mutable reference to the data.
  • close closes a reader, writer, or reader and writer and returns the data.

Structs§

Enums§

Functions§

  • Closes a reader, writer, or reader and writer and returns the data the structure was holding.
  • Closes a writer or reader and writer and returns the mutable reference to the data it refers to.
  • Closes a reader, writer, or reader and writer and returns the reference to the data it refers to.
  • Creates a new reader from a Vec<u8>.
  • Creates a new reader from a Vec<u8> reference.
  • Creates a new reader and writer from a Vec<u8>.
  • Creates an empty Vec<u8> reader and writer.
  • Creates a new Vec<u8> reader and writer with a specific length.
  • Creates a new reader and writer from a Vec<u8> reference.
  • Creates a new writer from a Vec<u8>.
  • Creates an empty Vec<u8> writer.
  • Creates a new Vec<u8> writer with a specific length.
  • Creates a new writer from a Vec<u8> reference.