aarch32-cpu 0.1.0

CPU support for AArch32 Arm Processors
Documentation
1
2
3
4
5
6
7
8
9
//! # Build script for the aarch32-cpu library
//!
//! This script only executes when using `cargo` to build the project.
//!
//! Copyright (c) Ferrous Systems, 2025

fn main() {
    arm_targets::process();
}