limine-protocol 0.1.0

A crate designed to make dealing with the Limine Protocol as easy as I feel like it needs to be:tm:
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/// File structure
pub mod file;

/// Framebuffer structure
pub mod framebuffer;

/// Memory map structure
pub mod memory_map_entry;

/// SMPInfo structure
pub mod smpinfo;

/// Terminal structure
pub mod terminal;

/// UUID structure
pub mod uuid;