Viewing profile — vincenv
vincenv
HN member- Joined
- Sat, Dec 30, 2017, 3:54 PM UTC
- HN karma
- 19
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About vincenv
No profile information was provided.
Recent public activity
- story
-
comment
Comment #32388267
You can get that with anyhow [1] by calling unwrap after `.with_context`. [1]: https://docs.rs/anyhow/latest/anyhow/
- comment
-
comment
Comment #31059479
You could use async_channel [1] it provides async multi-producer multi-consumer. [1]: https://docs.rs/async-channel/latest/async_channel/
-
comment
Comment #30468620
Another book I found very helpful is Programming Rust [1], it expands on many concepts in the Rust book, the chapters on closures, iterators, collections, concurrency and async hav…
-
comment
Comment #26102935
I found the Rust Programming Language book [1] very helpful for learning, and with rust installed you can open it by typing rustup doc --book. [1] https://doc.rust-lang.org/stable/…
-
comment
Comment #25291644
I played with it recently, being a PostgreSQL extension I found it easy to implement a rust client [1] to test ingestion rate performance, on my laptop was able to insert ~600K row…
-
comment
Comment #16035787
"Object-Oriented Reengineering Patterns" has some good advice on how to approach a legacy system and rewrite parts of it, pdf available from the authors website: http://scg.unibe.c…