neon-bindings / neon

Rust bindings for writing safe and fast native Node.js modules.
https://www.neon-bindings.com/
Apache License 2.0
8k stars 283 forks source link

Remove the `build` function #983

Open kjvalencik opened 1 year ago

kjvalencik commented 1 year ago

This was an abstraction for out-pointers necessitated by the C++ backend. Now that legacy is removed, this can be removed and functions that use it can be made more idiomatic.