Skip to content
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

Feature to not use unsafe #2

Closed
dcormier opened this issue Nov 2, 2021 · 3 comments
Closed

Feature to not use unsafe #2

dcormier opened this issue Nov 2, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@dcormier
Copy link

dcormier commented Nov 2, 2021

I would gladly accept a performance penalty in exchange for not using unsafe code. If there were a feature on this crate to allow that tradeoff, I would use it. As it stands, I cannot use this library because of the use of unsafe.

@mdecimus mdecimus added the enhancement New feature or request label Nov 3, 2021
@mdecimus
Copy link
Member

mdecimus commented Nov 3, 2021

Done! Just released version 0.2.0 with 100% safe Rust code.
Thanks once again for your constructive feedback.

@mdecimus mdecimus closed this as completed Nov 3, 2021
@robinkrahl
Copy link

Great, thank you! Now you could even add #[forbid(unsafe_code)] to lib.rs to make it more explicit that the crate is not using unsafe code.

@mdecimus
Copy link
Member

mdecimus commented Nov 3, 2021

Perfect, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants