node-ffi-rs
FFI library
Library providing Foreign Function Interface between Rust and Node.js.
Implement ffi in Node.js by Rust and NAPI
188 stars
4 watching
6 forks
Language: Rust
last commit: 4 days ago
Linked from 1 awesome list
ffinapinode-ffinodejs-ffirust
Related projects:
Repository | Description | Stars |
---|---|---|
callahad/python-rust-ffi | Documentation of questionable Rust-Python FFI integration practices | 20 |
ffi/ffi | A Ruby library for loading and calling functions from native libraries | 2,086 |
aisamanra/rust-haskell-ffi | A proof-of-concept demonstrating how to call Rust code from Haskell | 131 |
nabijaczleweli/bearlibterminal.rs | A Rust library providing FFI access to BearLibTerminal's C API | 32 |
infinyon/node-bindgen | Automates the process of converting Rust code to Node.js modules | 535 |
jnr/jnr-ffi | A Java library for loading native libraries without writing custom JNI code | 1,257 |
fltk-rs/fltk-rs | Rust bindings for a lightweight GUI library with customizable widgets and permissive licensing. | 1,614 |
retep998/winapi-rs | Raw bindings to Windows API for Rust development | 1,848 |
jeaye/ncurses-rs | A low-level wrapper around the ncurses TUI lib for Rust | 685 |
duckdb/duckdb-rs | An ergonomic Rust wrapper for DuckDB's C API | 505 |
netvl/xml-rs | A Rust library for parsing and working with XML documents | 461 |
jasonshin/fp-core.rs | A library providing purely functional data structures and concepts to support functional programming in Rust. | 1,347 |
zopfli-rs/zopfli | Reimplements a lossless compression algorithm in Rust | 37 |
mercateo/rust-for-node-developers | An introduction to Rust programming language for Node developers | 1,768 |
razrfalcon/pico-args | An ultra simple CLI arguments parser | 575 |