breadsearch/breadsearch-shared
Breadway 993dc4a525
All checks were successful
dev release / build (push) Successful in 4m4s
Fix cargo clippy warnings across the workspace
- Derive Default for Config instead of manually mirroring each
  sub-config's Default impl
- Use std::io::Error::other instead of Error::new(ErrorKind::Other, ..)
- Drop the unused mut on the store lock in full_reindex
- Remove Store::dim, a field that was set once and never read
- Use char_indices().enumerate() instead of a hand-rolled loop counter
  in split_by_chars, and is_multiple_of() for the chunk boundary check
- Use strip_prefix instead of manual slicing in expand_home

(cherry picked from commit b740af38e17d04bd83db93bbb0585ed5744a436e)
2026-08-23 14:57:59 +08:00
..
src Fix cargo clippy warnings across the workspace 2026-08-23 14:57:59 +08:00
Cargo.toml Bump version to v0.3.3 2026-08-16 14:09:28 +08:00