A rust-binding generator for C/C++ files
Project description
cxx2rs
A rust-binding generator for C/C++ files
Installation:
pip install cxx2rs
Use it like this:
cxx2rs glib-2.0 /usr/include/glib-2.0/glib/gmain.h `pkg-config --cflags-only-I glib-2.0` > gmain.rs ^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^ | | | | | | compiler args (optional) rust include file | C/C++ include file library name (rust's #[link(name="glib-2.0")]
Changelog
0.3 (18/04/2015)
Use bitflags for C enums
0.2 (22/02/2015)
Fix packaging
0.1 (22/02/2015)
Initial version
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cxx2rs-0.3.tar.gz
(12.2 kB
view details)
File details
Details for the file cxx2rs-0.3.tar.gz
.
File metadata
- Download URL: cxx2rs-0.3.tar.gz
- Upload date:
- Size: 12.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 06a1f8a8a05c0ef6732986ef3657dc347e47a82240639ea1c8847548d8f489b9 |
|
MD5 | 44cc4f9e727790d134ea03c9e73ac40d |
|
BLAKE2b-256 | 230b934cc241c1ae79e9198e446758647e30373a8d0e7cb48e92615c68fc7fb9 |