You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
node_api: The pub mod api { impl_stubs!( ... ) } should be able to be reused for creating an ergonomic calling interface in native code, thereby eliminating the need for most of the API boilerplate.
node_service: Looks pretty boilerplatey. Use macros and/or more generics in order to get it down to the essentials.