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

Advertise that unsafe code is forbidden #116

Merged
merged 1 commit into from Sep 11, 2019

Commits on Sep 7, 2019

  1. Advertise that unsafe code is forbidden

    Having zero unsafe code and forbidding it is a desirable property for Rust code. This commit adds a badge to advertise this property. This helps users make a more informed choice when picking a base64 crate.
    
    In this PR clicking the badge leads to the Rust Secure Code WG coordination repo for removing unnecessary unsafe code from the Rust ecosystem. I'm fine with making the link lead somewhere else or making the badge non-clickable if you prefer.
    Shnatsel committed Sep 7, 2019
    Copy the full SHA
    85623ca View commit details
    Browse the repository at this point in the history