Implement a ScancodeStream type

This commit is contained in:
Philipp Oppermann
2020-03-20 14:14:45 +01:00
parent 255982a8b7
commit 816f8746fb
4 changed files with 80 additions and 1 deletions

View File

@@ -35,6 +35,11 @@ features = ["alloc"]
version = "0.2.0"
default-features = false
[dependencies.futures-util]
version = "0.3.4"
default-features = false
features = ["alloc", "async-await"]
[package.metadata.bootimage]
test-args = [
"-device", "isa-debug-exit,iobase=0xf4,iosize=0x04", "-serial", "stdio",