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
We set panic = "abort" unconditionally for our builds, which is not good for a general-purpose crate. And the capi code should probably not be included at all for Rust users (unless we decide to have libpathrs-sys for license reasons -- see #50 -- but you still wouldn't want to use it for standard uses).
cargo-c is meant to make this easier, so we can probably use that.
The text was updated successfully, but these errors were encountered:
We set
panic = "abort"
unconditionally for our builds, which is not good for a general-purpose crate. And thecapi
code should probably not be included at all for Rust users (unless we decide to havelibpathrs-sys
for license reasons -- see #50 -- but you still wouldn't want to use it for standard uses).cargo-c
is meant to make this easier, so we can probably use that.The text was updated successfully, but these errors were encountered: