pc-keyboard
Keyboard decoder
A Rust-based library for decoding PS/2 keyboard inputs and converting them to Unicode characters using various keyboard layouts.
PS/2 Keyboard Decoder in Rust
99 stars
9 watching
28 forks
Language: Rust
last commit: 2 months ago Related projects:
Repository | Description | Stars |
---|---|---|
rustcrypto/formats | Provides tools and libraries for encoding and decoding various cryptographic formats | 250 |
ruuda/claxon | A FLAC decoder written in pure Rust with verified correctness and similar performance to the reference implementation. | 287 |
rust-embedded-community/usb-device | A framework for building USB devices in Rust. | 450 |
mozilla/authenticator-rs | A Rust library for interacting with Security Key-type devices via USB HID protocol | 276 |
rust-embedded/book | Documentation on using Rust to develop firmware for microcontrollers. | 1,121 |
mkeeter/raven | An implementation of a custom CPU and peripheral suite for a microcontroller | 41 |
ende76/brotli-rs | A Rust implementation of Brotli decompression | 63 |
alilleybrinker/langs-in-rust | A directory of programming languages implemented in Rust, serving as a source of inspiration and comparison. | 876 |
rustaudio/lewton | A Rust-based implementation of the Vorbis audio decoder standard | 261 |
sorairolake/scryptenc-rs | A Rust library and tool implementing the scrypt encrypted data format | 1 |
pyrossh/rust-embed | A Rust macro that embeds files into the binary at compile time during release and loads them from the file system during development. | 1,677 |
rust-lang/rust | The Rust project provides tools and infrastructure to build efficient, reliable software | 98,756 |
rust-lang/chalk | An implementation of the Rust trait system using a PROLOG-like logic solver | 1,843 |
rust-embedded/svd | A set of libraries for manipulating and parsing Common Microcontrollers System Integration SVD (Device Description) files in Rust. | 71 |
hsivonen/encoding_rs | An implementation of the Encoding Standard in Rust, supporting decoding and encoding of various character encodings. | 387 |