inout_port-rs 0.1.1

inb/outb port in freestanding Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "inout_port-rs"
version = "0.1.1"
edition = "2021"
description = "inb/outb port in freestanding Rust"
license = "MIT OR Apache-2.0"
readme = "README.md"
homepage = "https://gitlab.com/hwoy/inout_port-rs"
documentation = "https://docs.rs/inout_port-rs"
publish = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]