Crate marine

source ·

Re-exports§

Modules§

Macros§

Structs§

Enums§

Functions§

  • Deserialize a set of IValues to a type T that implements the Deserialize trait.
  • Converts the supplied IType to a Aqua0compatible text representation.
  • Serialize a type T that implements the Serialize trait to an IValue.

Type Aliases§

  • Type representing a TOML table, payload of the Value::Table variant. By default it is backed by a BTreeMap, enable the preserve_order feature to use a LinkedHashMap instead.