Module tpnote_lib::content
source · [−]Expand description
Self referencing data structures to store the note’s content as a raw string.
Structs
This is a newtype and thin wrapper around the note’s content.
It deals with operating system specific handling of newlines.
The content of a note is stored as UTF-8 string with
one
\n character as newline. If present, a Byte Order Mark
BOM is removed while reading with new().