Crate stdto_core

source ·

Re-exports

Modules

Structs

Enums

Traits

  • A trait that can convert to a slice of bytes.
  • A trait that can de/serialize something with bytes. (default: little endian)
  • A trait that can hash bytes.
  • A trait that can convert bytes to hex string. (encode/decode)
  • A trait that can de/encode to/from json.
  • A trait for converting a byte slice to a string.
  • A trait that can de/encode to/from toml.
  • A trait that can de/encode to/from yaml.