Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RohanGautam/supernote_pdf
/ functions
Functions
10 in github.com/RohanGautam/supernote_pdf
⨍
Functions
10
◇
Types & classes
5
↓ 4 callers
Function
parse_metadata_block
Reads a metadata block at a given address and parses it into a HashMap. Metadata format is `<KEY1:VALUE1><KEY2:VALUE2>...`
src/main.rs:91
↓ 2 callers
Function
convert_note_to_pdf
(input_path: &Path, output_path: &Path)
src/main.rs:300
↓ 1 callers
Function
decode_rle
Decodes a byte stream compressed with the RATTA_RLE algorithm.
src/main.rs:207
↓ 1 callers
Function
detect_device_dimensions
Detects the device type and returns the appropriate width and height dimensions
src/main.rs:125
↓ 1 callers
Function
get_signature
(file: &mut File)
src/main.rs:67
↓ 1 callers
Function
parse_notebook
(file: &mut File)
src/main.rs:141
↓ 1 callers
Function
process_directory
(input_dir: &Path, output_dir: &Path)
src/main.rs:507
↓ 1 callers
Function
process_single_file
(input_file: &Path, output_file: &Path)
src/main.rs:469
↓ 1 callers
Function
to_rgba
Maps a Supernote color codes to an RGBA pixel.
src/main.rs:277
Function
main
()
src/main.rs:566