Structs§
- Card
- Card
Info - Card
Location - Meta
- Priority
- How important a given card is, where 0 is the least important, 100 is most important.
- Review
- Reviews
- Saved
Card - Represents a card that has been saved as a toml file, which is basically anywhere in the codebase except for when youre constructing a new card. Don’t save this in containers or pass to functions, rather use the Id, and get new instances of SavedCard from the cache. Also, every time you mutate it, call the persist() method.
- Side