flatgeom 0.0.2

Geometry types using flat structures instead of jagged arrays
Documentation
1
2
3
4
5
6
7
#![no_std]

extern crate alloc;

mod geometry;

pub use geometry::*;