r-efi-alloc 0.1.0

UEFI Memory Allocator Integration
Documentation
r-efi-alloc
===========

UEFI Memory Allocator Integration

The r-efi-alloc project integrates the UEFI memory allocator routines with the
rust standard library allocation hooks. This allows using the `alloc` standard
library of rust on UEFI systems.

### Project

 * **Website**: <https://github.com/r-efi/r-efi/wiki>
 * **Bug Tracker**: <https://github.com/r-efi/r-efi-alloc/issues>

### Requirements

The requirements for this project are:

 * `rustc >= 1.36.0`
 * `r-efi >= 2.2.0`

### Build

To build this project, run:

```sh
cargo build
```

### Repository:

 - **web**:   <https://github.com/r-efi/r-efi-alloc>
 - **https**: `https://github.com/r-efi/r-efi-alloc.git`
 - **ssh**:   `git@github.com:r-efi/r-efi-alloc.git`

### License:

 - **MIT** OR **Apache-2.0** OR **LGPL-2.1-or-later**
 - See AUTHORS file for details.