Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
Shinmon
on Dec 22, 2022
|
parent
|
context
|
favorite
| on:
Welcome to Comprehensive Rust
Most of the errors can already be caught by running `cargo check` which is substantially faster than rust.
Coming from C++ rust's compile times don't feel extraordinarily long.
saagarjha
on Dec 22, 2022
|
next
[–]
When I write Rust code most of my errors typically get caught by my language server. Unfortunately, this doesn't help much with making builds faster, though it may reduce the number I may have to do.
pjmlp
on Dec 22, 2022
|
prev
[–]
Useless for graphics and GUI programming.
varajelle
on Dec 22, 2022
|
parent
[–]
For GUI programming, you can use a toolkit that have a preview extension that updates in real time as you type. For example, Slint does that.
pjmlp
on Dec 22, 2022
|
root
|
parent
[–]
It doesn't do that for Rust code being called from UI.
Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Coming from C++ rust's compile times don't feel extraordinarily long.