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.
703 stars
14 watching
53 forks
Language: Rust
last commit: 6 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 | 59 |
zhangyuang/node-ffi-rs | A Rust module providing high-performance foreign function interface for Node.js | 196 |
ffi/ffi | A Ruby library for loading and calling functions from native libraries | 2,090 |
cysharp/ulid | A fast and efficient id generator library. | 1,353 |
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,611 |
codecentric/net_automatic_interface | Automatically generates interfaces from classes to reduce friction and noise in code | 63 |
fsprojects/argu | A library that generates CLI argument/XML configuration parsers and help messages for F# applications | 460 |
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 | 136 |