bland 0.2.1

Pure-Rust library for paper-ready, monochrome, hatch-patterned technical plots in the visual tradition of 1960s-80s engineering reports.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! Auto-generated data tables.
//!
//! These modules are produced by `cargo run --features regen-basemaps
//! --bin regen_basemaps`. They contain the parsed Natural Earth feature
//! arrays as static data — no runtime parsing.

pub mod coastline_110m;
pub mod countries_110m;

#[cfg(feature = "high-res-basemaps")]
pub mod coastline_50m;

#[cfg(feature = "high-res-basemaps")]
pub mod countries_50m;