geometry-box

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


Keywords
ffi
License
MIT

Documentation

boxes-rs

A set of utility crates to make development of ffi bindings to Rust libraries easier:

  • value-box - passing arbitrary Rust structures back and forth
  • string-box - working with byte, wide and utf8-encoded strings
  • array-box - create and access an array of items