Update Cargo manifests, dependency paths, and Rust imports across the workspace to reflect the `obikpartitionner` to `obikpartition` rename. Synchronize architecture and implementation documentation with the new module structure. Fix minor syntax issues in test assertions to ensure compilation compatibility. No behavioral or API changes are introduced.
13 lines
441 B
Markdown
13 lines
441 B
Markdown
<!-- coverage sidecar — ne pas ajouter au nav mkdocs -->
|
|
# Coverage: theory/indexing.md
|
|
|
|
## Code couvert
|
|
|
|
- `obikpartition/src/partition.rs` — routage par hash de minimiseur, choix des paramètres
|
|
- `obikpartition/src/lib.rs` — structure KmerPartition, nombre de partitions
|
|
|
|
## Notes
|
|
|
|
Vérifier que la doc mentionne bien que le nombre de partitions est une puissance de 2
|
|
(converti par `partitions_to_bits` dans `obikmer/src/cli.rs`).
|