src/main.rs@df9628092285
src/main.rs
Mon, 21 Oct 2024 08:44:23 -0500
- author
- Tuomo Valkonen <tuomov@iki.fi>
- date
- Mon, 21 Oct 2024 08:44:23 -0500
- changeset 6
- df9628092285
- parent 5
-
f248e1434c3b
- child 7
-
8979a6638424
- permissions
- -rw-r--r--
Add a zero function on manifolds
// We use unicode. We would like to use much more of it than Rust allows.
// Live with it. Embrace it.
#![allow(uncommon_codepoints)]
#![allow(mixed_script_confusables)]
#![allow(confusable_idents)]
mod manifold;
mod fb;
mod cube;
mod dist;
mod zero;
fn main() {
}