napi-rs/crates/backend
2023-08-17 20:48:54 +08:00
..
src fix(backend): attribute of a struct marked as #[napi(constructor)] contain Rust keywords, causing to throw is not a valid identifier when generating getters and setters 2023-08-17 20:48:54 +08:00
Cargo.toml chore: MSRV 1.63.0 2023-08-10 10:44:55 +08:00
README.md

napi-derive-backend

Take care the ast parsing from napi-derive and generate "bridge" runtime code for both nodejs and rust.