limine-protocol-for-rust-0.1.3 has been yanked.
This crate implements a couple of utilities for making something compatible with the Limine Boot Protocol. It serves as an equivalent to the 'limine.h' file, along with some extra utilities for making response retrieval and reading provided data easier.
For more information read The Limine Boot Protocol.
Example Usage:
const REVISION: u64 = 4;
static LIMINE_BASE_REVISION: = use_base_revision;
static LIMINE_REQUEST_START_MARKER: = REQUEST_START_MARKER;
pub static MEMORY_MAP_REQUEST: MemoryMapRequest = new;
pub static FRAMEBUFFER_REQUEST: FramebufferRequest = new;
pub static BOOTLOADER_INFO_REQUEST: BootloaderInfoRequest = new;
static LIMINE_REQUEST_END_MARKER: = REQUEST_END_MARKER;
!