mirror of
https://github.com/napi-rs/napi-rs.git
synced 2026-02-01 16:41:24 +00:00
* Adds support for Rc/Arc/Mutex<T> * Fixes codegen * Fixes lint * Fix clippy --------- Co-authored-by: LongYinan <lynweklm@gmail.com>
napi-derive-backend
Take care the ast parsing from napi-derive and generate "bridge" runtime code for both nodejs and rust.