lora-builtins-meta 0.15.0

Static metadata table for LoraDB's namespaced builtin functions — arity, aliases, aggregates. Shared by the analyzer, executor, and editor WASM.
Documentation
  • Coverage
  • 2.27%
    1 out of 44 items documented0 out of 21 items with examples
  • Size
  • Source code size: 21.8 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 666.16 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 2s Average build duration of successful builds.
  • all releases: 3s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • lora-db/lora
    12 0 1
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • zolero

Metadata table for lora's namespaced builtin functions.

Owned by this leaf crate so the analyzer (which validates function references at compile time), the executor (which dispatches on the op strings), and the editor's WASM bridge (which feeds the autocomplete / signature-hint surface) can all share a single declaration. Drift-safety tests in lora-executor assert that every entry here has a dispatch arm.

This is intentionally more than an arity table: enum-like argument slots live here too, so analyzer rewrites and executor dispatch share one declaration for each builtin.