Crate kataru

source ·

Macros

Structs

Enums

Statics

Traits

  • Trait for extract config/story from MessagePack bytes.
  • Trait for parsable expressions.
  • Trait to load a struct from a file or structured directory.
  • Trait to load a struct from a file or structured directory.
  • Trait to merge two objects together. Used for maps.
  • Trait to save a serializable object to a MessagePack file.
  • Trait to save a serializable object to a YAML file.

Functions

  • Returns Some(&str) when a variable was successfully extracted. Otherwise returns None.
  • Parses the config and story files into RMP and writes to the output.

Type Aliases