csbindgen
FFI generator
A tool for generating C# foreign function interface (FFI) code from Rust
Generate C# FFI from Rust for automatically brings native code and C native library to .NET and Unity.
696 stars
14 watching
52 forks
Language: Rust
last commit: 3 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
sdilts/cl-bindgen | A tool for generating FFI wrappers from C header files for Common Lisp | 26 |
wavewave/fficxx | A tool that generates Haskell interfaces to C++ libraries and types, allowing users to access C++ code from Haskell without manual FFI implementation. | 141 |
capsadmin/ffibuild | Utility to generate FFI bindings from C headers | 58 |
zhangyuang/node-ffi-rs | Library providing Foreign Function Interface between Rust and Node.js. | 188 |
ffi/ffi | A Ruby library for loading and calling functions from native libraries | 2,086 |
cysharp/ulid | A fast and efficient id generator library. | 1,334 |
aisamanra/rust-haskell-ffi | A proof-of-concept demonstrating how to call Rust code from Haskell | 131 |
callahad/python-rust-ffi | Documentation of questionable Rust-Python FFI integration practices | 20 |
seng-jik/fsharpplayground | A desktop application for F# programming language with code loading, syntax highlighting, and debugging features. | 14 |
dominikwilkowski/cfonts | A tool for generating visually appealing console fonts from user input. | 1,602 |
codecentric/net_automatic_interface | Automatically generates interfaces from classes to reduce friction and noise in code | 61 |
fsprojects/argu | A library that generates CLI argument/XML configuration parsers and help messages for F# applications | 457 |
msoedov/firex | Automates creation of command line interfaces from Elixir modules | 25 |
hermanussen/fairy | Generates C# code from SCS .yml files | 4 |
ufcpp/stringliteralgenerator | Generates optimized UTF-8 binary data from string literals in C# source code | 135 |