alloc_uefi 0.1.0

Allocator for a UEFI environment.
Documentation
1
2
3
4
5
6
7
8
9
# alloc\_uefi
Rust allocator for UEFI environments.

## Usage
Add alloc\_uefi as a dependency, and provide the following function as your
application's entry point:
```rust
pub extern fn efi_main(sys_table: *const internal_uefi::SystemTable, image_handle: *mut internal_uefi::CVoid) -> isize;
```