driver-interface 0.0.1

Sparreal OS kernel
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "driver-interface"
version = "0.0.1"
authors = ["Zhourui <zrufo747@outlook.com>"]
edition = "2021"
repository = "https://github.com/qclic/sparreal-os"
license = "MPL-2.0"
description = "Sparreal OS kernel"
keywords = ["os", "driver"]
categories = ["embedded", "no-std"]

[dependencies]
futures = { version = "0.3", default-features = false, features = ["alloc"] }
embedded-io = "0.6"