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

Add filesystem code to uefi-exts #85

Closed
josephlr opened this issue Jan 25, 2019 · 1 comment
Closed

Add filesystem code to uefi-exts #85

josephlr opened this issue Jan 25, 2019 · 1 comment

Comments

@josephlr
Copy link
Contributor

josephlr commented Jan 25, 2019

The API for get_info() would greatly benefit from an allocating wrapper around it. Ideally a method like:

pub fn get_boxed_info<Info: FileProtocolInfo>(&mut self) -> Result<Box<Info>> {
    // Implement me!        
}
@HadrienG2
Copy link
Contributor

I think that this kind of improvement will be a bit easier to carry out once I'm done cleaning up and centralizing the text handling code of uefi-rs ( #73 ), so I would tend to finish that first. However, I'm a bit slow as this is a spare-time project. So if you need this extension quickly, feel free to implement the extension on your side, and I'll migrate it to the new text handling when it's ready.

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

No branches or pull requests

2 participants