Expand description
Embeddable core library for buildfix.
Provides a clap-free, I/O-abstracted entry point suitable for linking into a cockpit mega-binary or other host process.
§Port traits
All I/O is abstracted behind port traits in ports:
ReceiptSource— load sensor receiptsGitPort— query git stateWritePort— write files and create directories
The adapters module provides default filesystem-backed implementations.
§Entry points
Modules§
Structs§
- Loaded
Receipt - Receipt
Envelope - A generic sensor receipt envelope.
Enums§
Traits§
- Repo
View - Shared repository view used by all fixers.
Functions§
- builtin_
fixer_ metas - Returns metadata for all builtin fixers.