Interesting Rust Projects
categories: hacking
tags: rust
Description/Summary
Some interesting Rust projects, which might be helpful for the rib-os project.Content
rust-android-gradle. Cross compile Rust Cargo projects for Android targets.
Rust windows: android-ndk-rs. Rust bindings to the Android NDK.
gvr-sys. Rust bindings for Google VR SDK.
dcompass. High-performance DNS server with rule matching/DoT/DoH functionality built-in.
As a low level language, Rust is perfectly suitable for making user interfaces the old fashioned way, with native APIs. However, competing in today’s world typically means supporting many platforms, and that makes using native APIs an unattractive option for many.