Crates.io | c_bridge |
lib.rs | c_bridge |
version | 0.6.0 |
source | src |
created_at | 2019-09-08 20:27:51.741022 |
updated_at | 2019-11-12 14:24:41.164414 |
description | Some data structures and abstractions to create clean Rust<->C-FFI interfaces |
homepage | |
repository | https://github.com/KizzyCode/c_bridge |
max_upload_size | |
id | 163338 |
size | 18,580 |
c_bridge
This crate provides some data structures and abstractions to create clean Rust <-> C FFI interfaces
If you build the crate with test_build
enabled, the cc
-crate is required to build and link the
necessary C test code. By default, the crate is dependency less.