libviprs 0.3.1

Pure-Rust tile pyramid engine for blueprint PDFs and large rasters: monolithic, streaming, and parallel MapReduce engines behind a fluent EngineBuilder API. DeepZoom, XYZ, and Google layouts; bounded-memory rendering; resume, retry, and dedupe.
Documentation
# Rust / Cargo
/target/
**/*.rs.bk
Cargo.lock

# Build artifacts
*.o
*.a
*.so
*.dylib
*.dll
*.lib
*.exe
*.pdb

# Editor / IDE
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Environment
.env
.env.*

# Temporary files
/tmp/
*.tmp
*.bak
*.log