You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current code we use to burn CDs relies on mkisofs to create ISOs. Calling an external command like this is less than ideal and a rust implementation / crate would be preferred. https://github.com/ids1024/iso9660-rs looks promising but it doesn't look particularly active.
The text was updated successfully, but these errors were encountered:
The current code we use to burn CDs relies on
mkisofs
to create ISOs. Calling an external command like this is less than ideal and a rust implementation / crate would be preferred. https://github.com/ids1024/iso9660-rs looks promising but it doesn't look particularly active.The text was updated successfully, but these errors were encountered: