libnode_sys 0.0.7

C bindings for libnode
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "libnode_sys"
description = "C bindings for libnode"
version = "0.0.7"
edition = "2024"
repository = "https://github.com/alshdavid/libnode_sys"
license = "MIT"

[lints.rust]
elided_lifetimes_in_paths = "allow"
rust_2018_idioms = { priority = -1, level = "deny" }

[lints.clippy]
module_inception = "allow"
uninlined-format-args = "allow"

[dependencies]
libloading = "^0.8.0"