Feature: Use napi-rs instead of neon

This commit is contained in:
junderw
2023-06-24 11:21:58 -07:00
committed by Mononaut
parent 0f1f151d65
commit 2d4963c2df
11 changed files with 489 additions and 166 deletions

View File

@@ -0,0 +1,3 @@
fn main() {
napi_build::setup();
}