axdriver_input 0.1.4-preview.3

Common traits and types for input device drivers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "axdriver_input"
edition.workspace = true
version.workspace = true
authors.workspace = true
description = "Common traits and types for input device drivers"
documentation = "https://arceos-org.github.io/axdriver_crates/axdriver_input"
keywords = ["arceos", "driver", "input"]
license.workspace = true
homepage.workspace = true
repository.workspace = true
categories.workspace = true
readme = "README.md"

[dependencies]
axdriver_base = { version = "0.1.4-preview.3" }
strum = { version = "0.27.2", default-features = false, features = ["derive"] }