node-ffi-rs
FFI module
A Rust module providing high-performance foreign function interface for Node.js
Implement ffi in Node.js by Rust and NAPI
196 stars
5 watching
7 forks
Language: Rust
last commit: about 1 month 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,090 |
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 | 542 |
jnr/jnr-ffi | A Java library for loading native libraries without writing custom JNI code | 1,267 |
fltk-rs/fltk-rs | Rust bindings for a cross-platform GUI library | 1,646 |
retep998/winapi-rs | Raw bindings to Windows API for Rust development | 1,850 |
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 | 527 |
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,357 |
zopfli-rs/zopfli | Reimplements a lossless compression algorithm in Rust | 38 |
mercateo/rust-for-node-developers | An introduction to Rust programming language for Node developers | 1,772 |
razrfalcon/pico-args | An ultra simple CLI arguments parser | 582 |