c_bridge

Crates.ioc_bridge
lib.rsc_bridge
version0.6.0
sourcesrc
created_at2019-09-08 20:27:51.741022
updated_at2019-11-12 14:24:41.164414
descriptionSome data structures and abstractions to create clean Rust<->C-FFI interfaces
homepage
repositoryhttps://github.com/KizzyCode/c_bridge
max_upload_size
id163338
size18,580
Keziah Biermann (KizzyCode)

documentation

README

docs.rs License BSD-2-Clause License MIT crates.io Download numbers Travis CI AppVeyor CI dependency status

About c_bridge

This crate provides some data structures and abstractions to create clean Rust <-> C FFI interfaces

Dependencies

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.

Commit count: 26

cargo fmt