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

Data representation of a layer in a reMarkable document page

Data representation of a line in a reMarkable document layer

Data representation of a page in a reMarkable document

Data representation of a point in a reMarkable document line

Enums

Data representation of an exported color in a reMarkable document line

Data representation of a drawing tool in a reMarkable document line

Data representation of the file format version used for a reMarkable document

Traits

Attempts to parse the implementing type from a byte sequence