arm 0.0.1

Low level abstraction of ARM architecture specific features.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies]

[lib]
crate-type = ["rlib"]

[package]
authors = ["Dmitry Voytik <voytikd@gmail.com>"]
build = "build.rs"
categories = ["embedded", "no-std"]
description = "Low level abstraction of ARM architecture specific features."
homepage = "https://github.com/voyt/rust-arm"
keywords = ["arm", "armv7", "armv8", "asm", "os"]
license = "MIT"
name = "arm"
readme = "README.md"
repository = "https://github.com/voyt/rust-arm"
version = "0.0.1"