limine-protocol 0.5.0

A crate designed to make dealing with the Limine Protocol easy, with no UB! (Probably...)
Documentation
/// File structure
pub mod file;
pub use file::*;

/// Framebuffer structure
pub mod framebuffer;
pub use framebuffer::*;

/// Memory map structure
pub mod memory_map_entry;
pub use memory_map_entry::*;

/// `SMPInfo` structure
pub mod smpinfo;
pub use smpinfo::*;

/// Terminal structure
pub mod terminal;
pub use terminal::*;

/// UUID structure
pub mod uuid;
pub use uuid::*;