c_import 0.2.0

A c_import macro for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[lib]
proc-macro = true

[package]
categories = ["external-ffi-bindings", "development-tools::ffi"]
description = "A c_import macro for Rust"
edition = "2021"
keywords = ["bindings", "ffi", "code-generation"]
license = "MIT"
name = "c_import"
readme = "README.md"
repository = "https://github.com/MoAlyousef/c_import"
version = "0.2.0"