rmpca 0.1.1

Enterprise-grade route optimization engine — Chinese Postman Problem solver with Eulerian circuit detection, Lean 4 FFI boundary, and property-based testing
Documentation
1
2
3
4
5
6
7
8
9
10
//! Map rendering module using tiny-skia
//!
//! Provides functionality to render route visualizations as PNG images.
//!
//! NOTE: This module requires the `tiny-skia` crate to be vendored.
//! Until then, all types are defined but rendering is a no-op.

pub mod renderer;

pub use renderer::{MapRenderer, MapRendererConfig};