est31 / msvc-wine-rust
Cross compile Rust programs to the MSVC Windows target using Wine
☆67Updated 3 years ago
Alternatives and similar repositories for msvc-wine-rust:
Users that are interested in msvc-wine-rust are comparing it to the libraries listed below
- A wide string Rust library for converting to and from wide-character strings, including UTF-16 and UTF-32 encoding.☆85Updated 10 months ago
- One pointer wide trait objects which are also FFI safe, allowing traits to be passed to/from and implemented by C ABI code.☆42Updated 3 years ago
- Data structures like Rust `alloc` which reuse user allocated memory☆53Updated 5 months ago
- a cross-platform library for opening OS pipes in Rust☆104Updated last week
- Bindings to liblzma in Rust (xz streams in Rust)☆84Updated last year
- A cross-platform virtual memory API written in Rust☆124Updated 8 months ago
- Cross-platform interface to the `errno` variable☆65Updated last month
- ☆54Updated 2 weeks ago
- Implementation of CStr and CString for no_std environments☆41Updated last year
- Generic and convenient `std` atomics via `Atomic<T>`☆46Updated 4 months ago
- Collect CPU callstack samples from a windows process☆24Updated 6 months ago
- Unicode Case-folding for Rust☆77Updated last month
- ☆31Updated 5 years ago
- Stack-allocated DSTs for rust (fixed capacity)☆48Updated last year
- An exploration into the various ways optional trait methods can be implemented in Rust.☆36Updated 4 years ago
- Postfix macros on stable Rust, today.☆76Updated 4 years ago
- Scroll - making scrolling through buffers fun since 2016☆163Updated 3 months ago
- A Rust crate that provides a simple interface for LZMA compression and decompression.☆79Updated last year
- #[no_std] print equivalent for Rust☆61Updated last year
- Create and set windows icons and metadata for executables with a rust build script☆65Updated 3 months ago
- Alternative syntax for printing macros in Rust☆49Updated last year
- Small Box optimization: store small item on stack and fallback to heap for large item.☆78Updated 2 months ago
- Implements rust's Display trait for hex data