An open API service indexing awesome lists of open source software.

https://github.com/feenkcom/boxes-rs

A special box to safely pass complex Rust structures over FFI
https://github.com/feenkcom/boxes-rs

Last synced: about 1 year ago
JSON representation

A special box to safely pass complex Rust structures over FFI

Awesome Lists containing this project

README

          

# boxes-rs

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

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