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
100 stars
10 watching
28 forks
Language: Rust
last commit: 3 months ago Related projects:
Repository | Description | Stars |
---|---|---|
rustcrypto/formats | Provides tools and libraries for encoding and decoding various cryptographic formats | 253 |
ruuda/claxon | A FLAC decoder written in pure Rust with verified correctness and similar performance to the reference implementation. | 288 |
rust-embedded-community/usb-device | A framework for building USB devices in Rust. | 451 |
mozilla/authenticator-rs | A Rust library for interacting with Security Key-type devices via USB HID protocol | 279 |
rust-embedded/book | Documentation on using Rust to develop firmware for microcontrollers. | 1,127 |
mkeeter/raven | An implementation of a custom CPU and peripheral suite for a microcontroller | 42 |
ende76/brotli-rs | A Rust implementation of Brotli decompression | 62 |
alilleybrinker/langs-in-rust | A directory of programming languages implemented in Rust, serving as a source of inspiration and comparison. | 887 |
rustaudio/lewton | A Rust-based implementation of the Vorbis audio decoder standard | 264 |
sorairolake/scryptenc-rs | A Rust library and tool implementing a secure data encryption format based on the scrypt algorithm | 1 |
pyrossh/rust-embed | A tool that embeds static assets into Rust binaries at compile time or loads them from the file system during runtime. | 1,696 |
rust-lang/rust | Empowering software developers to build reliable and efficient software using a fast and memory-efficient language with strong type safety and comprehensive tooling. | 99,490 |
rust-lang/chalk | An implementation of the Rust trait system using a PROLOG-like logic solver | 1,860 |
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. | 394 |