An open API service indexing awesome lists of open source software.

https://github.com/0xsio/ps2-rs

A general PS/2 device driver for nightly Rust.
https://github.com/0xsio/ps2-rs

driver keyboard mouse nightly ps2 rust

Last synced: about 1 year ago
JSON representation

A general PS/2 device driver for nightly Rust.

Awesome Lists containing this project

README

          

# ps2
[![CI](https://github.com/0xSiO/ps2-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/0xSiO/ps2-rs/actions/workflows/ci.yml)
[![crates.io](https://img.shields.io/crates/v/ps2.svg)](https://crates.io/crates/ps2)
[![API docs](https://docs.rs/ps2/badge.svg)](https://docs.rs/ps2)

A general PS/2 device driver for nightly Rust.

## Contributing

- Contributions to this project must be submitted under the [project's license](./LICENSE).
- Contributors to this project must attest to the [Developer Certificate of Origin](https://developercertificate.org/) by including a `Signed-off-by` statement in all commit messages.
- All commits must have a valid digital signature.