makepad/libs/map_nav
Admin f7093bf82f map_nav: the search db's positioned read builds on Windows
searchdb imported std::os::unix::fs::FileExt for read_exact_at, which
does not exist on Windows (reported from a Windows checkout of work).
A small ReadExactAt trait now wraps unix pread and Windows seek_read,
both cursor-free, so the shared reader keeps serving lookups from
several threads without a lock. Checked on x86_64-pc-windows-msvc.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
2026-09-01 22:13:13 +02:00
..
src map_nav: the search db's positioned read builds on Windows 2026-09-01 22:13:13 +02:00
Cargo.toml map: Europe tile conversion pipeline + offline GPS navigator 2026-07-27 20:13:21 +02:00