i_shape 2.0.0

iShape is a compact and efficient library specifically designed for representing 2D data structures using IntPoint.
Documentation
1
2
3
4
5
6
7
8
9
10
11
#![no_std]
extern crate alloc;

pub mod base;
pub mod fix;
pub mod flat;
pub mod float;
pub mod int;
mod macros;
pub mod source;
pub mod util;