Crate stdto_core

Source

Re-exports§

pub extern crate borsh;
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§

error

Structs§

ToBytesOptions

Enums§

Endian
HexMode
JsonValue
Represents any valid JSON value.
TomlValue
Representation of a TOML value.
YamlValue
Represents any valid YAML value.

Traits§

AsBytes
A trait that can convert to a slice of bytes.
ToBorshBytes
ToBytes
A trait that can de/serialize something with bytes. (default: little endian)
ToHash
A trait that can hash bytes.
ToHex
A trait that can convert bytes to hex string. (encode/decode)
ToJson
A trait that can de/encode to/from json.
ToStringForBytes
A trait for converting a byte slice to a string.
ToToml
A trait that can de/encode to/from toml.
ToYaml
A trait that can de/encode to/from yaml.