Functionsยง
- decode_
location - Decode the
(location_kind, location_exact, location_uri)column triple back to aTocLocation. - encode_
location - Encode a
TocLocationinto the(location_kind, location_exact, location_uri)column triple. - extract_
authors - Extract authors from Info.author (comma-separated string)
- info_
to_ book_ row - Convert Info struct to BookRow for database insertion.
- reader_
info_ to_ reading_ state_ row - Convert ReaderInfo to ReadingStateRow for database insertion.
- rows_
to_ toc_ entries - Reconstruct a
Vec<SimpleTocEntry>tree from a flat list of rows ordered byid.