libnode_rs 0.0.2

Library embedding Nodejs (libnode) within Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "libnode_rs"
version = "0.0.2"
authors = ["alshdavid"]
repository = "https://github.com/alshdavid/libnode"
description = "Library embedding Nodejs (libnode) within Rust"
edition = "2021"
license = "MIT"

[lib]

[dependencies]
libloading = "^0.8.0"
libffi = "^4.0.0"