Expand description
Structs§
- Entry
- Represents an entry in the Daylio diary.
- Mood
- Struct representing a single mood.
- Mood
Config - Config representing possible moods.
Enums§
- Daylio
Error - Errors that can occur while working with this library.
Functions§
- parse
- Parse a
.csv
file into Daylio diary entries using the defaultMoodConfig
. - parse_
data - Parse already loaded data into Daylio diary entries using the default
MoodConfig
. - parse_
data_ with_ config - Parse already loaded data into Daylio diary entries using your custom
MoodConfig
. - parse_
with_ config - Parse a
.csv
file into Daylio diary entries using your customMoodConfig
.