rust-windowing / swbufLinks
Cross platform software buffer submission to the display server
☆17Updated 3 years ago
Alternatives and similar repositories for swbuf
Users that are interested in swbuf are comparing it to the libraries listed below
Sorting:
- Port of https://github.com/plasma-umass/Mesh to Rust☆16Updated 2 years ago
- A (mostly) drop-in replacement for Rust's Result that provides backtrace support.☆25Updated last month
- Support for compiling C programs with Eyra☆14Updated last year
- A dynamic library helper for rust crates☆36Updated 2 years ago
- ☆36Updated last year
- Safely transmute type to itself in generic context in Rust☆15Updated 2 years ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆30Updated 2 weeks ago
- A radioactive stabilization of the ptr_meta RFC.☆37Updated 2 months ago
- Testing the Rust standard library with Miri, continuously☆14Updated 3 weeks ago
- A simple and convenient way to bundle owned data with a borrowing type.☆28Updated 3 years ago
- Arena allocator with scopes☆44Updated 2 years ago
- Detect possible security problems with Unicode usage according to Unicode Technical Standard #39 rules.☆15Updated 9 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆76Updated last week
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated 2 months ago
- Twinsies is a specialized reference-counting pointer where the item is jointly owned in 2 places☆27Updated last year
- The source code for the redirect worker behind std.rs☆30Updated 2 years ago
- ☆30Updated last year
- Rust API stability attributes for the rest of us.☆32Updated last year
- A SIMD-accelerated Adler-32 hash algorithm implementation.☆43Updated 2 weeks ago
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year
- Exhaustive iteration trait in Rust☆18Updated last week
- Provides truly zero-cost alternatives to Iterator::step_by for both incrementing and decrementing any type that satisfies RangeBounds<T: …☆13Updated 3 years ago
- An alternative `std`-like implementation built on origin☆32Updated 9 months ago
- Rust traits for nonzero generic integers☆17Updated 3 years ago
- A pointer type for heap-allocated objects which heap storage can be re-used☆14Updated last year
- Helps you frob those bits☆41Updated last year
- A library for conveniently displaying well-formatted, and good looking errors to users of CLI applications. Useful for bubbling up unreco…