kyu-extension 0.3.0

Extension trait and procedure signatures for KyuGraph plugins
Documentation
  • Coverage
  • 58.82%
    10 out of 17 items documented0 out of 8 items with examples
  • Size
  • Source code size: 7.36 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.75 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 30s Average build duration of successful builds.
  • all releases: 30s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • offbit-ai/kyugraph
    9 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • darmie

kyu-extension: Extension trait and procedure signatures.

Extensions register named procedures (e.g., algo.pageRank) that can be invoked via CALL algo.pageRank(...) YIELD node_id, rank. Each procedure receives typed arguments and returns a table of named, typed columns.