Fri, 18 Oct 2024 19:52:06 -0500
Forward-backward skeleton
4 | 1 | |
2 | // We use unicode. We would like to use much more of it than Rust allows. | |
3 | // Live with it. Embrace it. | |
4 | #![allow(uncommon_codepoints)] | |
5 | #![allow(mixed_script_confusables)] | |
6 | #![allow(confusable_idents)] | |
1 | 7 | |
8 | mod manifold; | |
4 | 9 | mod fb; |
1 | 10 | mod cube; |
11 | ||
12 | fn main() { | |
13 | ||
14 | } |