napi_ext 0.4.0

Extends napi-rs with the ability to run local futures
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "napi_ext"
authors = ["David Alsh"]
homepage = "https://github.com/alshdavid/napi_ext"
version = "0.4.0"
edition = "2021"
metadata = {  }
description = "Extends napi-rs with the ability to run local futures"
license = "MIT"

[dependencies]
napi_ext_macros = { path = "./macros", version = "0.4" }
napi = { version = "2", features = ["napi5"]}
once_cell = "1"
futures = "0.3"