Hacker News
- Generics and Compile-Time in Rust https://pingcap.com/blog/generics-and-compile-time-in-rust/ 86 comments
Lobsters
- An intro to advanced Rust traits and generics https://www.shuttle.rs/blog/2024/04/18/using-traits-generics-rust 3 comments rust
- Fully generic recursion in Rust https://recursion.wtf/posts/rust_schemes_2/ 2 comments rust
- Trying to understand generic Traits in Rust by Example (chapter 14.3) https://doc.rust-lang.org/stable/rust-by-example/generics/gen_trait.html 4 comments rust
- C++ & Rust: Generics and Specialization https://www.tangramvision.com/blog/c-rust-generics-and-specialization 6 comments rust
- Splitting the const generics features | Inside Rust Blog https://blog.rust-lang.org/inside-rust/2021/09/06/splitting-const-generics.html 36 comments rust
- [Analysis] Variadic generics in Rust https://gist.github.com/poignardazur/aea33f28e2c58ffe1a93b8f8d3c58667 65 comments rust
- As above, so below: Using Rust generics to develop two bare-metal flash drivers https://www.ecorax.net/as-above-so-below-1/ 42 comments rust
- Generic and Traits in Rust? What are their benefits? https://docs.python.org/3/library/typing.html#generics 4 comments rust
- C++20 & Rust on Static vs Dynamic Generics https://youtu.be/olM7o_oYML0 36 comments rust
- Rust 2020: Generics & cargo features | blog.turbo.fish https://blog.turbo.fish/rust-2020/ 23 comments rust
- Generic returns in Rust https://blog.jcoglan.com/2019/04/22/generic-returns-in-rust/ 19 comments rust
- Rust 2019: Compiler, Community, and Const Generics. https://nicoburns.com/blog/rust-2019/ 30 comments rust
- Generic stack-based VM written in Rust. https://crates.io/crates/stack-vm 21 comments rust
- Rust, Generics, and Collections http://cglab.ca/~abeinges/blah/rust-generics-and-collections/ 33 comments programming
- Rust, Generics, and Collections http://cglab.ca/~abeinges/blah/rust-generics-and-collections/ 9 comments rust
- Path Generics in Rust: A Sketch Proposal for Simplicity and Generality https://cfallin.org/blog/2024/06/12/rust-path-generics/ 13 comments rust
- It's Time to Get Hyped About Const Generics in Rust https://nora.codes/post/its-time-to-get-hyped-about-const-generics-in-rust/ 2 comments programming
- It's Time to Get Hyped About Const Generics in Rust https://nora.codes/post/its-time-to-get-hyped-about-const-generics-in-rust/ 53 comments rust
- Generalizing over Generics in Rust (Part 1.5): Mechanisms https://rustyyato.github.io/type/system,type/families/2021/02/22/type-families-1_5.html 10 comments rust
- As above, so below, part 2. Bare metal Rust generics. https://www.ecorax.net/as-above-so-below-2/ 15 comments rust
- Generic Methods in Rust: How Exonum Shifted from Iron to Actix-web https://habr.com/en/company/bitfury/blog/439258/ 3 comments rust
- Generic Methods in Rust: How Exonum Shifted from Iron to Actix-web https://habr.com/en/company/bitfury/blog/439258/ 6 comments programming
- Generic Methods in Rust: How Exonum Shifted from Iron to Actix-web https://medium.com/meetbitfury/generic-methods-in-rust-how-exonum-shifted-from-iron-to-actix-web-7a2752171388 3 comments rust
- I just wrote a thing about grokking generics in Rust: They're not Generics; they're TypeParameters http://bluejekyll.github.io/blog/rust/2017/08/06/type-parameters.html 17 comments rust
- Generic programming a la Alexander Stepanov and the STL: More Abstracted Algebra in Rust http://maniagnosis.crsr.net/2015/07/more-abstracted-algebra-in-rust.html 5 comments rust
- Why does Rust infer `()` when the generic type cannot be really inferred? https://play.rust-lang.org/?version=nightly&mode=debug&edition=2018&gist=fee0ee95cba86cc77ba001f7a16fcf7f 6 comments rust
- Rust live coding - Generics, iterators, and parsing https://youtu.be/4k0Ht1KlxhQ?t=611 3 comments rust
- Tour of Rust - Chapter 4 Released! - Generic Types, new Brazilian Portuguese translation, and more https://tourofrust.com/chapter_4_en.html 4 comments rust
- Models of Generics and Metaprogramming: Go, Rust, Swift, D and More http://thume.ca/2019/07/14/a-tour-of-metaprogramming-models-for-generics/ 65 comments programming
- Usher: Parameterized routing for generic resources in Rust https://www.reddit.com/r/rust/comments/b9v89b/usher_parameterized_routing_for_generic_resources/ 5 comments rust
- Models of Generics and Metaprogramming: Go, Rust, Swift, D and More - Tristan Hume https://thume.ca/2019/07/14/a-tour-of-metaprogramming-models-for-generics/ 52 comments programming
- Porting Go to rust: how to implement a generic insert function for diesel ? https://www.reddit.com/r/rust/comments/afkuko/porting_go_to_rust_how_to_implement_a_generic/ 12 comments rust
- generic-std: streaming iterators and other HKT-powered traits in stable Rust https://www.reddit.com/r/rust/comments/if0a3u/genericstd_streaming_iterators_and_other/ 27 comments rust
- New library: joinery! Easy, generic string / iterator joins in rust. https://docs.python.org/2/library/stdtypes.html#str.join 28 comments rust
- "there is zero runtime overhead for generic programming in Rust and Haskell. Zip. Zilch. Nada." https://news.ycombinator.com/item?id=7963125 25 comments programming
- Min const generics stabilization has been merged into master! It will reach stable on March 25, 2021 as part of Rust 1.51 https://github.com/rust-lang/rust/pull/79135 67 comments rust
- [Help] I would love to implement CQRS in Rust but I have problem how to handle in HashMap generic box trait. https://www.reddit.com/r/rust/comments/fud86n/help_i_would_love_to_implement_cqrs_in_rust_but_i/ 5 comments rust
- Optimistic rollups on Tezos at the forefront of blockchain tech, will be a completely generic computation base layer with special 'proof-generating' virtual machines. WebAssembly/WASM, C/C++, Rust, Go, and AssemblyScript support to start. None 8 comments cryptocurrency