delaunay 0.8.0

D-dimensional Delaunay triangulations and convex hulls in Rust, with exact predicates, deterministic degeneracy handling, explicit topology validation, and bistellar flips for finite point sets.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Rust Development Guidelines

Rust guidance for this repository is split so agents can load the short routing
page first and then jump to the detailed rules that match the work they are
touching.

Agents modifying Rust code must read the focused reference:

- [`rust/reference.md`]rust/reference.md - API, invariant, naming, error,
  documentation, implementation, testing, performance, dependency, and lint
  conventions

Keep this file as an index. Move detailed Rust policy into focused files under
`docs/dev/rust/` so `AGENTS.md` and the top-level development index remain
quick to parse.