https://github.com/zebp/dyn-bindgen
A prototype for a bindgen for dynamic libraries built on the libloading crate
https://github.com/zebp/dyn-bindgen
Last synced: about 2 months ago
JSON representation
A prototype for a bindgen for dynamic libraries built on the libloading crate
- Host: GitHub
- URL: https://github.com/zebp/dyn-bindgen
- Owner: zebp
- Created: 2021-01-12T13:43:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-04T15:17:58.000Z (about 4 years ago)
- Last Synced: 2025-03-15T08:12:32.337Z (2 months ago)
- Language: Rust
- Size: 15.6 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dyn-bindgen
A **WIP** library to generate Rust bindings to dynamic libraries from C/C++ headers using [libloading](https://docs.rs/libloading/0.7.0/libloading/)