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
@jedireza's review of #165 caused me to go learn about the links manifest key and *-sys packages, and I realized I'd misunderstood the *-sys convention. neon-sys should be the name of a crate that provides Rust bindings for the native libneon library.
So we should rename (yank + create new) the neon-sys crate. I think neon-runtime is a pretty good intuition, since you can think of neon as providing a kind of custom runtime system for mediating Node and Rust.
The text was updated successfully, but these errors were encountered:
@jedireza's review of #165 caused me to go learn about the
links
manifest key and *-sys packages, and I realized I'd misunderstood the *-sys convention.neon-sys
should be the name of a crate that provides Rust bindings for the native libneon library.So we should rename (yank + create new) the
neon-sys
crate. I thinkneon-runtime
is a pretty good intuition, since you can think of neon as providing a kind of custom runtime system for mediating Node and Rust.The text was updated successfully, but these errors were encountered: