Module teo::prelude

source ·

Re-exports§

Modules§

Macros§

  • Construct a teo::teon::Value from a Teo object notation literal. This is inspired by serde_json package and bson package.

Structs§

Enums§

  • Represents any valid Teon value.

Traits§

Functions§

Type Aliases§

Attribute Macros§

  • Marks async function to be executed by the selected runtime. This macro helps set up a Runtime without requiring the user to use Runtime or Builder directly.