Expand description
Folder-listing sort: types and inference cascade.
Pure Rust, zero I/O. Consumed by:
- the build pipeline (scan pass, card renderer, series-nav)
- the editor form (to show “inferred: date” next to undeclared sort:)
See docs/archive/2026-05-17-listing-sort-and-embeds-design.md.
Structs§
Enums§
Traits§
- Sortable
Doc - Minimal document trait for sort inference. Both src-tauri’s ParsedDocument and the editor’s in-memory document model implement this.
- Sortable
Label - Optional supplementary trait for label-based sorting. Implementations that want Title-axis support implement both SortableDoc and SortableLabel.