Chess implemented entirely in the Rust and TS type systems. - GitHub - Dragon-Hatcher/type-system-chess: Chess implemented entirely in the Rust and TS type systems. (more…)
Read more »
The Rust ecosystem comes with all the tools you need to call into a C Library. This is a great way to use existing libraries in your Rust application or library and also a nice way to introduce Rust to parts of your application. (more…)
Read more »
The Rust programming language is designed to ensure memory safety,
using a mix of compile-time and run-time checks to stop programs from
accessing invalid pointers or sharing memory across threads without proper
synchronization. (more…)
Read more »
Analogous, indented syntax for the Rust programming language. - GitHub - asvln/analog: Analogous, indented syntax for the Rust programming language. (more…)
Read more »
Slint is a toolkit to efficiently develop fluid graphical user interfaces for any display: embedded devices and desktop applications. We support multiple programming languages, such as Rust, C++ or... (more…)
Read more »