aarch64-std 0.1.0

implementations of standard library components for bare-metal aarch64
Documentation
[dependencies.aarch64-cpu]
version = "9.2.0"

[dependencies.tock-registers]
version = "0.8.0"

[features]
alloc = []
default = ["alloc"]

[package]
categories = ["embedded", "hardware-support", "no-std"]
description = "implementations of standard library components for bare-metal aarch64"
edition = "2021"
homepage = "https://github.com/ccbrown/aarch64-std"
keywords = ["aarch64", "embedded", "bare-metal", "no-std"]
license = "MIT"
name = "aarch64-std"
readme = "README.md"
repository = "https://github.com/ccbrown/aarch64-std"
version = "0.1.0"