mehcode / arcLinks
Native UI toolkit for creating (eventually) cross-platform (macOS only currently) graphical user interfaces in Rust.
☆24Updated 7 years ago
Alternatives and similar repositories for arc
Users that are interested in arc are comparing it to the libraries listed below
Sorting:
- Safely combine results☆82Updated last year
- Dynamically query a type-erased object for any trait implementation☆67Updated 3 years ago
- Asynchronous byte buffers and pipes for concurrent I/O programming.☆102Updated 3 months ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- failure + error-chain = 💖☆54Updated 4 years ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 3 years ago
- A macro to generate Rust actors☆46Updated 4 years ago
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆65Updated 3 years ago
- A crate for writing TCP servers and clients for applications and games