Skip to content

Forbid or deny unsafe code #26

@robo9k

Description

@robo9k

Since the crate contains no unsafe code except in mod tests, it would be possible to add #![deny(unsafe_code)] and then #[allow(unsafe_code)] for the tests.

I don't really see the advantage in that.
Users of this crate will have to use unsafe code to interact with the extern "C" functions anyways.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions