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

Reduce use of unsafe code #2

Open
DemiMarie opened this issue Feb 4, 2021 · 2 comments
Open

Reduce use of unsafe code #2

DemiMarie opened this issue Feb 4, 2021 · 2 comments

Comments

@DemiMarie
Copy link
Collaborator

We currently use unsafe rust code in various places. Much of it is for FFI and can’t be helped, but some of it can be eliminated, or moved into a separate crate.

@dralley
Copy link

dralley commented Nov 8, 2022

Can the FFI be transferred to https://github.com/rpm-software-management/librpm.rs?

@DemiMarie
Copy link
Collaborator Author

Much of it can be, yes. At a minimum both could share an autogenerated rpm-sys crate. rpm-oxide does need to support Qubes OS’s dom0 (which runs Fedora 32) and Debian stable without outside dependencies as it is used in production on both distributions.

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

No branches or pull requests

2 participants