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 have, though for compatibility with the libbz2 interface, some unsafe is necessary. When compiled with the stdio flag turned off, the amount of unsafe is really very modest (mostly centering around input/output buffers and a custom memory allocator).
Most
unsafe
code should (eventually) be replace with safe code to provide Rust’s security benefits.The text was updated successfully, but these errors were encountered: