Some checks failed
ci / Check build (macos-latest) (push) Has been cancelled
ci / Check build (ubuntu-latest) (push) Has been cancelled
ci / Check build (windows-latest) (push) Has been cancelled
ci / Run Tests (push) Has been cancelled
ci / Check MSRV (push) Has been cancelled
ci / Check Cross-Compilation (armv7-unknown-linux-gnueabihf) (push) Has been cancelled
ci / Check Cross-Compilation (thumbv7em-none-eabihf) (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled
20 lines
593 B
TOML
20 lines
593 B
TOML
[package]
|
|
name = "raw-slicee"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
rust-version = "1.85.1"
|
|
authors = ["Robin Mueller <muellerr@irs.uni-stuttgart.de>"]
|
|
description = "Generic low-level raw slice types"
|
|
homepage = "https://egit.irs.uni-stuttgart.de/rust/raw-slice"
|
|
repository = "https://egit.irs.uni-stuttgart.de/rust/raw-slice"
|
|
license = "Apache-2.0 OR MIT"
|
|
keywords = ["no-std", "slice", "embedded", "dma", "pointer"]
|
|
categories = ["no-std", "no-std::no-alloc", "hardware-support", "embedded", "data-structures"]
|
|
|
|
# Name was hogged.
|
|
[lib]
|
|
name = "raw_slice"
|
|
|
|
[dependencies]
|
|
embedded-dma = "0.2"
|