geometry-box 3.0.0

Provides Point, Size and u128 boxes that are safe to pass over ffi.
Documentation
1
2
3
4
5
6
7
8
9
10
# GeometryBox
[![Crates.io][crates-badge]][crates-url]
[![MIT licensed][mit-badge]][mit-url]

[crates-badge]: https://img.shields.io/crates/v/geometry-box.svg
[crates-url]: https://crates.io/crates/geometry-box
[mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg
[mit-url]: https://github.com/feenkcom/boxes-rs/blob/main/LICENSE

Provides Point, Size and u128 boxes that are safe to pass over ffi.