waypoint 2025.12.1

Waypoint is a Farcaster synchronization tool built in Rust, optimized for memory efficiency.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Configuration for rustfmt 
edition = "2021"
reorder_imports = true
use_field_init_shorthand = true
use_small_heuristics = "Max"
max_width = 100

# The following options will be used with rustfmt stable
merge_derives = true
match_block_trailing_comma = true

# DRY (Don't Repeat Yourself) formatting
newline_style = "Unix"
use_try_shorthand = true