Expand description
Binary parser for v5 of the reMarkable .lines binary format
While similar to (and inspired by) lines-are-rusty
,
this crate focuses solely on parsing the .rm
files generated
by a reMarkable tablet (eg an individual notebook page). Other functionality
should be layered in higher-level crates.
Structs§
- Layer
- Data representation of a layer in a reMarkable document page
- Line
- Data representation of a line in a reMarkable document layer
- Page
- Data representation of a page in a reMarkable document
- Point
- Data representation of a point in a reMarkable document line
Enums§
- Color
- Data representation of an exported color in a reMarkable document line
- Tool
- Data representation of a drawing tool in a reMarkable document line
- Version
- Data representation of the file format version used for a reMarkable document
Traits§
- Parse
- Attempts to parse the implementing type from a byte sequence