Crate stdto_core

source ·

Re-exports

pub extern crate digest;
pub extern crate serde;
pub extern crate serde_json;
pub extern crate toml as serde_toml;
pub extern crate serde_yaml;

Modules

Structs

Enums

Represents any valid JSON value.
Representation of a TOML value.
Represents any valid YAML value.

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.