Crate SerialRust

source ·

Structs

  • This is the struct returned by serialize
  • a special type that can be used to make strings with longer lenghts as the u16 indicates this has a len that is defined by a u16 instead of a u8 like for a normal string

Traits

  • This is the main part of this crate implement this trait for the things you want to serialize and deserialize