csbindgen 1.2.0

Generate C# FFI from Rust for automatically brings native code and C native library to .NET and Unity.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]

name = "csbindgen"

version = "1.2.0"

edition = "2021"

authors = [

  "Yoshifumi Kawai <ils@neue.cc>",

  "Cysharp, Inc."

]

description = "Generate C# FFI from Rust for automatically brings native code and C native library to .NET and Unity."

keywords = ["bindings", "ffi", "code-generation", "csharp"]

categories = ["external-ffi-bindings", "development-tools::ffi"]

license = "MIT"

readme = "../README.md"

homepage = "https://github.com/Cysharp/csbindgen/"

repository = "https://github.com/Cysharp/csbindgen/"



[dependencies]

syn = { version = "1.0.109", features = ["full"] }