mango_aarch64 0.2.1

Abstractions for the aarch64 architecture to use in the mango operationg system.
Documentation
1
2
3
4
5
6
7
8
9
#![no_std]
#![feature(const_option)]
#![feature(asm_const)]
#![feature(core_intrinsics)] // TODO remove
#![allow(dead_code)]
#![allow(missing_docs)]
#![allow(internal_features)] // TODO remove

// pub mod memory;