rust-kernel-rt 0.1.0

runtime crate for rust-kernel
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
name = "rust-kernel-rt"
version = "0.1.0"
edition = "2024"
description = "runtime crate for rust-kernel"
license = "GPL-3.0"

[dependencies]
rust_kernel_shared_consts = { path = "../shared_consts", version = "0.1.0" }
arrayvec = { version = "0.7.8", default-features = false } # TODO : remove this after dynamic memory