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
- Host: GitHub
- URL: https://github.com/feenkcom/boxes-rs
- Owner: feenkcom
- License: mit
- Created: 2022-10-21T08:29:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-13T08:09:58.000Z (over 2 years ago)
- Last Synced: 2025-04-11T05:07:08.273Z (about 1 year ago)
- Language: Rust
- Size: 97.7 KB
- Stars: 3
- Watchers: 10
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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