Crate trustfall_core

source ·

Modules

  • Frontend for Trustfall: takes a parsed query, validates it, and turns it into IR.
  • Parsing Trustfall queries into Rust types, which are then handed to the frontend for further processing.
  • Trustfall intermediate representation (IR)

Macros

  • Helper for making property resolver functions based on accessor methods.
  • Helper for making property resolver functions based on fields.

Traits

  • Deserialize Trustfall query results or edge parameters into a Rust struct.