tilezz 0.1.1

Utilities to work with perfect-precision polygonal tiles built on top of cyclotomic integer rings.
Documentation
1
2
3
4
5
6
7
//! Browser-facing entry points compiled into a WASM bundle by
//! `wasm-pack build --no-default-features --features rat_explorer`.
//!
//! Currently hosts the [`rat_explorer`] static page; future static
//! sites would live as sibling modules.

pub mod rat_explorer;