Our great sponsors
-
Another candidate-language I would like to share is Val (https://www.val-lang.dev/). It's still young and experimental, though.
-
Lets take me as an example, I am a crossplatform GUI application developer, with C++ I have Qt which is an awesome, feature-rich and battle tested framework which runs on virtually any device and has it's own declarative UI language that makes UI development much more pleasant. What what would I go for with rust? The best I've found so far is iced (https://github.com/iced-rs/iced) which indeed looks nice, but at its current state, it is not remotely comparable to Qt. The last time I checked, It did not even support multi line text editing.
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
Rust is unlikely to see use in some of the more institutional locations (e.g. places where a certified standard is required, although Ferrocene is helping with that).
Related posts
- My desktop application
- OctaSine (frequency modulation synth plugin) v0.8.3 released, with initial CLAP plugin support and bug fixes
- Making a Linux Desktop Environment for Tablets in Rust
- Solution for "error[E0425]: cannot find function `every` in module `time`" when using Iced Rust GUI library
- Rust Iced and IPC_Channel Example (Maybe it's useful to someone)