rust-windowing / keyboard-typesLinks
Types to define keyboard related events
☆65Updated last month
Alternatives and similar repositories for keyboard-types
Users that are interested in keyboard-types are comparing it to the libraries listed below
Sorting:
- Macro for sealing traits and structures☆56Updated 6 months ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆48Updated last year
- Use winit like the async runtime you've always wanted☆50Updated last year
- Defer dropping large structs to a background thread☆62Updated 2 years ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆79Updated last month
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated 3 months ago
- A primitive for writing structural search and replace programs for rust☆31Updated 10 months ago
- Threadsafe RefCell for Rust☆90Updated 2 months ago
- Cargo API written in Paris☆49Updated this week
- ASCII-only equivalents to `char`, `str` and `String`.☆73Updated 10 months ago
- Rust wrapper type that implements hashing and comparison by pointer address☆35Updated last year
- A sinless derive helper☆72Updated 6 months ago
- Sort Unicode strings lexicographically☆36Updated 10 months ago
- Automatic cfg for Rust compiler features☆95Updated 2 weeks ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆99Updated 5 months ago
- Find out about keys that are ignored when deserializing data☆85Updated 2 weeks ago
- docs.rs as a publishing platform?☆69Updated 2 weeks ago
- Fake implementation of `std::Fn` for user-defined data types☆36Updated 2 years ago
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year
- An asynchronous runtime compatible with WebAssembly and non-WebAssembly targets.☆69Updated 5 months ago
- An experimental allocated buffer suitable for image data (Rust library).☆34Updated last week
- Cross-platform interface to the `errno` variable☆70Updated 3 weeks ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆144Updated 10 months ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆72Updated 3 weeks ago
- A thread pool for running multiple tasks on a configurable group of threads.☆50Updated last year
- Big array helper for serde☆61Updated last year
- Typed index version of Rust slice and Vec containers☆69Updated last month
- provides a `MaybeOwned<'a,T>` type different to std's `Cow` it implements `From<T>` and `From<&'a T>` and does not require `ToOwned`☆31Updated 2 years ago
- `$crate` in procedural macros.☆71Updated 2 weeks ago
- struct RGB for sharing pixels between crates☆105Updated 2 weeks ago