Ask HN: What are you building with Rust? for fun or profit
1–9 of 9 posts
Re: Ask HN: What are you building with Rust? for fun or profit
#2Re: Ask HN: What are you building with Rust? for fun or profit
#3Still missing a reasonable GUI though. What I really liked about Rust in this project is the peace of mind it gives about safety, the performance, async features and the powerful procedural macros.
Re: Ask HN: What are you building with Rust? for fun or profit
#4https://www.offst.org : A decentralized credit card. Still missing a reasonable GUI though. What I really liked about Rust in this project is the peace of mind it gives about safety, the performance, async features and the powerful procedural macros.
Re: Ask HN: What are you building with Rust? for fun or profit
#5https://www.offst.org : A decentralized credit card. Still missing a reasonable GUI though. What I really liked about Rust in this project is the peace of mind it gives about safety, the performance, async features and the powerful procedural macros.
* is the peace of mind it gives about safety, * How is that different than a garbage collected language?
Re: Ask HN: What are you building with Rust? for fun or profit
#6Re: Ask HN: What are you building with Rust? for fun or profit
#7Simple, but enought to discover tokio.rs examoles on their website were not up to date.
Re: Ask HN: What are you building with Rust? for fun or profit
#8I have almost finished the harder parts of it, but I have not been able to work on the final part (the binary with command line flags and recording the patch responses) for a couple of months.