mirror of
https://github.com/visioncortex/vtracer.git
synced 2026-09-15 08:35:56 -07:00
febcc28920
- lib.rs: rewrite the crate landing page — single-line pipeline diagram, define the Segmentation/VectorDoc IRs, stage->trait->module table with intra-doc links, and Quick start / Interactive tuning / Extending / wasm-safe sections. - config.rs: fix stale Hierarchical::Cutout doc (it is the implemented seam-free mosaic, not "not yet implemented"); document the previously bare Hierarchical/FitMode/Preset enums and variants, the hierarchical/ mode/max_iterations fields, and from_preset. - frontend: surface adaptive thresholding — BinaryFrontend module bullet and struct doc now point at Threshold::Fixed / Threshold::Adaptive. - error.rs: add the missing module-level doc. - Fix two pre-existing rustdoc link warnings (private-item link in config.rs, redundant explicit target in session.rs); crate now documents warning-free under -D warnings.