-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove usage of unsafe
completely
#20
Comments
Would this be possible though? Because the crate also reads from a custom-made binary - which wouldn't be possible without some pointer arithmetic. |
I'm afraid this is a wontfix, sorry. |
Hmm, alright then, do as you please! A slight performance loss is fine. |
Hai! Any updates on this? |
Sooo i've removed all unsafe code in the Rust, WebAssembly, and Node.js crates today! Some unsafe still persists in the Java and C/C++ crates as they are a Feel free to give me feedback on the current codebase! @GnomedDev @Milo123459 |
I think the next step would just be publishing a new release :) |
A new release should be out later this month! Thank you all for the advice! I will be more cautious with unsafe code. I apologize for closing this issue prematurely! ❤️ |
There is no reason for this crate to use
unsafe
code.The text was updated successfully, but these errors were encountered: