ips/libips
Till Wegmueller 96b7207194 fix: Deduplicate FTS entries across catalog parts in build_shards
build_shards() iterates all three catalog parts (base, dependency,
summary) and each lists the same packages, causing every stem to be
inserted into the FTS index 3 times. Track seen stems in a HashSet
and skip duplicates. Fixes #22.
2026-04-09 22:18:15 +02:00
..
src fix: Deduplicate FTS entries across catalog parts in build_shards 2026-04-09 22:18:15 +02:00
tests Refactor to align with Rust formatting guidelines and enhance code readability. 2025-12-22 20:10:17 +01:00
.gitignore merging all ips packages into one repo 2021-03-21 14:12:03 -03:00
Cargo.toml feat: Add .p6p archive format support for portable package distribution 2026-04-03 13:21:36 +02:00