CGAR is - at least for now - just a play at a Computational Geometry Algorithm Library (CGAL), but in Rust.
There is yet no usable release.
The library currently features:
- 64 bit floats, exact (rug::Rational) and lazy-exact scalar types;
- Mesh corefinement and Boolean (diff, union, intersection);
- Predicates in general (plane side, point in mesh, etc).