Module egglang::operators

source ·
Expand description

Traits for defining functions in Rust callable in Egg, as well as several builtin functions

Traits§

  • Trait for functions defined Rust, callable in Egg. Operators then need to be registered into the operators map, during script evaluation.

Functions§

  • Create an empty map of operations
  • All Internal functions defined in Egg
  • Only the basic operations available in Egg
  • Create, interact with and delete objects
  • Strings tools