# BREP
**BREP** is a boundary representation geometry kernel for building CAD
applications in Rust.
The project is intended to provide the fundamental components expected from a
general-purpose CAD kernel, including:
- Boundary representation topology
- Curves and surfaces
- Solid and surface modeling
- Boolean and other modeling operations
- Geometric queries and analysis
- Tessellation
- Visualization support
## Status
BREP is currently in early development.
The `0.x` releases establish the crate and its initial architecture. The API
should be considered unstable until the project matures.