Mon, 21 Oct 2024 08:44:23 -0500
Add a zero function on manifolds
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; |
5 | 11 | mod dist; |
6
df9628092285
Add a zero function on manifolds
Tuomo Valkonen <tuomov@iki.fi>
parents:
5
diff
changeset
|
12 | mod zero; |
1 | 13 | |
14 | fn main() { | |
15 | ||
16 | } |