Skip to main content

Module source

Module source 

Source
Expand description

Plugin seam #0 — where records come from. SourceDriver adapts a Source onto the bus: scan on RunStarted, re-discover on Changed.

Structs§

FsWalk
Walks root recursively for *.md files, emitting Discovered in sorted order.
SourceDriver
VecSource
In-memory source of pre-built records — emits Parsed directly, bypassing the parser. For tests and embedding the engine without a filesystem.

Traits§

Source