dma-api 0.5.1

Trait for DMA alloc and some collections
Documentation
[dependencies.cfg-if]
version = "1.0"

[dependencies.spin]
version = "0.10"

[dependencies.thiserror]
default-features = false
version = "2.0"

[features]
alloc = []

[lib]
name = "dma_api"
path = "src/lib.rs"

[package]
authors = ["周睿 <zrufo747@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["embedded", "no-std"]
description = "Trait for DMA alloc and some collections"
edition = "2021"
keywords = ["os", "dma"]
license = "MIT"
name = "dma-api"
readme = "README.md"
repository = "https://github.com/drivercraft/dma-api"
version = "0.5.1"

[target.'cfg(target_arch = "aarch64")'.dependencies.aarch64-cpu-ext]
version = "0.1"

[[test]]
name = "test"
path = "tests/test.rs"
required-features = ["alloc"]