Structs§
- List
Collections - List manual (user) collections. RomM API: GET /api/collections.
- List
Smart Collections - List smart collections. RomM API: GET /api/collections/smart (separate from manual collections).
- List
Virtual Collections - List virtual (autogenerated) collections. RomM API: GET /api/collections/virtual?type=…
Enums§
- Collections
List - RomM may return a bare array or a paged envelope; normalize with
CollectionsList::into_vec.
Functions§
- merge_
all_ collection_ sources - Combine manual, smart, and virtual (autogenerated) collection lists for the library UI.
- merge_
manual_ and_ smart - Combine manual and smart collection lists (tests and callers that skip virtual).