napi_async_local 0.2.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
[package]
name = "napi_async_local"
authors = ["David Alsh"]
homepage = "https://github.com/alshdavid/napi_async_local"
version = "0.2.0"
edition = "2021"
metadata = {  }
description = "Extends napi-rs with the ability to run local futures"
license = "MIT"

[dependencies]
napi = { version = "2", features = ["napi5"]}
once_cell = "1"
futures = "0.3"