https://github.com/n8henrie/brokencppmap
Toy Rust bindgen to C++ library via C wrapper example
https://github.com/n8henrie/brokencppmap
bindgen bindgen-wrapper ffi rust
Last synced: about 2 months ago
JSON representation
Toy Rust bindgen to C++ library via C wrapper example
- Host: GitHub
- URL: https://github.com/n8henrie/brokencppmap
- Owner: n8henrie
- Created: 2021-11-24T21:18:58.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-10T23:41:49.000Z (about 4 years ago)
- Last Synced: 2024-12-27T16:27:39.015Z (about 1 year ago)
- Topics: bindgen, bindgen-wrapper, ffi, rust
- Language: Rust
- Homepage: https://users.rust-lang.org/t/bindgen-ffi-to-c-map-invalid-memory-reference/67850
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# brokencppmap
This repo is a my first attempt at wrapping C++ in C for use with Rust via
bindgen.
See discussion on the Rust forums [here][0].
Big thanks to:
- @MoAlyousef on the Rust forum
- John .
- Teddy Engineering
[0]: https://users.rust-lang.org/t/bindgen-ffi-to-c-map-invalid-memory-reference