Hacker News
- Idiomatic Rust https://a-i-nstein.neocities.org/ 19 comments
- I can't keep up with idiomatic Rust https://timidger.github.io/posts/i-cant-keep-up-with-idiomatic-rust/ 420 comments
Lobsters
- Are out parameters idiomatic in Rust? https://steveklabnik.com/writing/are-out-parameters-idiomatic-in-rust 4 comments rust
- Idiomatic monads in Rust https://varkor.github.io/blog/2019/03/28/idiomatic-monads-in-rust.html 14 comments plt , rust
- Idiomatic tree and graph like structures in Rust https://rust-leipzig.github.io/architecture/2016/12/20/idiomatic-trees-in-rust/ 9 comments rust
- Convenient and idiomatic conversions in Rust https://ricardomartins.cc/2016/08/03/convenient_and_idiomatic_conversions_in_rust 12 comments rust
- A peer-reviewed collection of articles/talks/repos which teach idiomatic Rust https://github.com/mre/idiomatic-rust 2 comments rust
- rust-doom: a reimplementation of Doom in idiomatic Rust, with no unsafe code https://github.com/cristicbz/rust-doom?updated 80 comments programming
- Rust Data Types - Idiomatic Rust in Simple Steps https://www.youtube.com/watch?v=NSiZdNjkzBk 5 comments rust
- Idiomatic Rust in Simple Steps https://www.youtube.com/watch?v=em6YwWyqhAM 8 comments rust
- Idiomatic Rust (for C++ Devs): Constructors and Conversions https://geo-ant.github.io/blog/2023/rust-for-cpp-developers-constructors/ 15 comments rust
- Idiomatic Rust Recursive Structs? https://gist.github.com/hrldcpr/2012250 4 comments rust
- Are out parameters idiomatic in Rust? https://steveklabnik.com/writing/are-out-parameters-idiomatic-in-rust 10 comments programming
- Are out parameters idiomatic in Rust? https://steveklabnik.com/writing/are-out-parameters-idiomatic-in-rust 41 comments rust
- I can't keep up with idiomatic Rust https://timidger.github.io/posts/i-cant-keep-up-with-idiomatic-rust/ 267 comments rust
- Idiomatic rust https://wiki.haskell.org/H-99:_Ninety-Nine_Haskell_Problems 17 comments rust
- Check to see if this is idiomatic rust code? https://gist.github.com/woowe/8277d4c0215bc007f8eed67fc4258e3f 13 comments rust
- Idiomatic monads in Rust https://varkor.github.io/blog/2019/03/28/idiomatic-monads-in-rust.html 35 comments haskell
- Idiomatic rust code for this Haskell snippet https://www.reddit.com/r/rust/comments/a3exta/idiomatic_rust_code_for_this_haskell_snippet/ 4 comments rust
- Canonical list of idiomatic Rust https://www.reddit.com/r/rust/comments/691zxs/canonical_list_of_idiomatic_rust/ 65 comments rust
- Idiomatic tree and graph like structures in Rust https://rust-leipzig.github.io/architecture/2016/12/20/idiomatic-trees-in-rust/ 49 comments rust
- Convenient and idiomatic conversions in Rust https://ricardomartins.cc/2016/08/03/convenient_and_idiomatic_conversions_in_rust 10 comments rust
- Is there an idiomatic style guide for writing Rust yet? https://www.reddit.com/r/rust/comments/4mbpc6/is_there_an_idiomatic_style_guide_for_writing/ 23 comments rust
- Rust beginner - How idiomatic is my code? https://github.com/dixego/motherbase_name_generator 13 comments rust
- Heavy method chaining: Is this idiomatic Rust code? https://github.com/thoughtram/read-ext/blob/master/README.md 24 comments rust
- Need help making my first Rust app more idiomatic https://github.com/Mustafa-Dara-Ozevin/rust-sudoku/blob/master/src/main.rs 11 comments rust
- Learning Idiomatic Rust by Going Overkill With Fizzbuzz https://www.fotonixx.com/posts/rust-fizzbuzz/ 23 comments rust
- Idiomatic Rust? Implementing binary search (part 2) https://shane-o.dev/blog/binary-search-rust-part-2 11 comments rust
- WinSafe: Win32 GUI and related APIs in safe, idiomatic Rust - after 1 year and 5 months of development, first experimental version is finally here https://crates.io/crates/winsafe 20 comments rust
- [Help] I need help writing an idiomatic file parser in rust :) https://www.reddit.com/r/rust/comments/bza299/help_i_need_help_writing_an_idiomatic_file_parser/ 8 comments rust
- Idiomatic Rust for "Old Lady Who Swallowed a Fly" https://www.reddit.com/r/rust/comments/5kooet/idiomatic_rust_for_old_lady_who_swallowed_a_fly/ 12 comments rust
- REST Calls Made Rustic - An Elasticsearch REST Client in Idiomatic Rust (Tutorial) https://qbox.io/blog/elasticsearch-rest-client-idiomatic-rust-tutorial 4 comments rust
- Implementing map_at and map_if in Rust. Is this code idiomatic? https://www.reddit.com/r/rust/comments/5mhz90/implementing_map_at_and_map_if_in_rust_is_this/ 5 comments rust
- A new IRC channel to discuss elegant and idiomatic API design in Rust libraries: #rust-apidesign https://client00.chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-apidesign 6 comments rust
- Help needed for idiomatic rust. Trying inheritance like https://play.rust-lang.org/?edition=2021&gist=2a10ffb728b1714bbb931414b508a072&mode=debug&version=stable 13 comments rust
- Idiomatic monads in Rust: a pragmatic new design for high-level abstractions https://varkor.github.io/blog/2019/03/28/idiomatic-monads-in-rust.html 111 comments rust
- I've implemented snake in rust. Could you provide suggestions on how to improve the code and make it more rust idiomatic? https://github.com/schickling/rust-snake-ncurses 17 comments rust
- I just published my first crate in my journey of learning Rust! Would any more experienced Rustaceans mind offering constructive criticism (code style, being idiomatic, API design)? https://crates.io/crates/scarlet/ 11 comments rust
- nt-list: Windows Linked Lists in idiomatic Rust (LIST_ENTRY, SINGLE_LIST_ENTRY) https://colinfinck.de/posts/nt-list-windows-linked-lists-in-idiomatic-rust/ 3 comments rust
- I published my first crate today! It parses an integer to Korean text (Hangeul). I'm new to rust, so can I get some feedback in order to improve the code/make it more idiomatic? https://crates.io/crates/korean_numbers 14 comments rust