src/main.rs

Fri, 18 Oct 2024 19:52:06 -0500

author
Tuomo Valkonen <tuomov@iki.fi>
date
Fri, 18 Oct 2024 19:52:06 -0500
changeset 4
e09437844ad9
parent 1
29738fae471e
child 5
f248e1434c3b
permissions
-rw-r--r--

Forward-backward skeleton


// 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;

fn main() {

}

mercurial