romulan 0.1.1

Rust library for parsing a number of firmware images
Documentation
1
2
3
4
5
6
7
8
9
// SPDX-License-Identifier: MIT

#![no_std]

#[macro_use]
extern crate alloc;

pub mod amd;
pub mod intel;