mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-23 21:25:02 +00:00
`examples/scipix/src/lib.rs` line 16 had a `,no_run` doctest referencing `ruvector_scipix::OcrEngine`, which doesn't exist in the crate root. Pre-existing on main; surfaced by PR #389's test-shard split that runs `cargo test --doc` on each shard. `,no_run` only skips execution; the test still has to compile. Switched to `,ignore` since the example is illustrative — the current public surface exposes `Config`, `CacheManager`, and lower-level pipeline structs; the `Engine`-style glue documented in the example is a follow-up. Comment added explaining the gap. Co-Authored-By: claude-flow <ruv@ruv.net> |
||
|---|---|---|
| .. | ||
| api | ||
| bin | ||
| cache | ||
| cli | ||
| math | ||
| ocr | ||
| optimize | ||
| output | ||
| preprocess | ||
| wasm | ||
| config.rs | ||
| error.rs | ||
| lib.rs | ||