Hacker News
- An introduction to advanced Rust traits and generics https://www.shuttle.rs/blog/2024/04/18/using-traits-generics-rust 3 comments
- Rust traits for developer friendly libraries http://benashford.github.io/blog/2015/05/24/rust-traits-for-developer-friendly-libraries/ 44 comments
- Show HN: FizzBuzz purely in Rust's trait system http://github.com/doctorn/trait-eval/ 30 comments
- concepts, extention methods, UFCS, Rust-traits https://www.reddit.com/r/cpp/comments/6vzpqz/concepts_extention_methods_ufcs_rusttraits/ 13 comments cpp
- Add RFC for a more flexible, revised trait matching system by nikomatsakis · Pull Request #48 · rust-lang/rfcs · GitHub https://github.com/rust-lang/rfcs/pull/48 9 comments rust
- Rust to stabilize `async fn` and return-position `impl Trait` in traits https://blog.rust-lang.org/2023/12/21/async-fn-rpit-in-traits.html 32 comments programming
- Dyn async traits, part 8: the soul of Rust by Niko https://smallcultfollowing.com/babysteps/blog/2022/09/18/dyn-async-traits-part-8-the-soul-of-rust/ 33 comments rust
- Rust traits and dependency injection https://jmmv.dev/2022/04/rust-traits-and-dependency-injection.html 10 comments rust
- Rust extension traits, greppability and IDEs https://eli.thegreenplace.net/2022/rust-extension-traits-greppability-and-ides/ 10 comments rust
- Leverage the Drop Trait as a Hook in Rust https://www.reddit.com/r/rust/comments/j4hoz2/leverage_the_drop_trait_as_a_hook_in_rust/ 12 comments rust
- Forth implemented in Rust trait system https://github.com/Ashymad/fortraith 5 comments forth
- Productive Rust: Implementing Traits with Macros https://jstrong.dev/posts/2020/productive-rust-implementing-traits-with-macros/ 7 comments rust
- Rust Basics: the add Trait https://chilimatic.hashnode.dev/rust-basics-the-add-trait-cjtoke4yh002t8hs1c61p82mz 8 comments rust
- A Quick Look at Trait Objects in Rust https://tratt.net/laurie/blog/entries/a_quick_look_at_trait_objects_in_rust.html 15 comments programming
- const types, traits and implementations in Rust https://varkor.github.io/blog/2019/01/11/const-types-traits-and-implementations-in-rust.html 41 comments rust
- Deriving Traits in Rust with Procedural Macros https://naftuli.wtf/2019/01/02/rust-derive-macros/ 7 comments rust
- I have lot questions on rust trait? https://www.reddit.com/r/rust/comments/a20yjm/i_have_lot_questions_on_rust_trait/ 5 comments rust
- Reserving trait impl's in Rust https://scottjmaddox.github.io/reserving-trait-impl's-in-rust/ 8 comments rust
- A FizzBuzzy Tour of Traits in Rust https://www.joshmcguigan.com/blog/fizzbuzz-tour-of-traits-rust/ 9 comments rust
- Avoiding Logic Bugs in Rust with Traits and Types https://mgattozzi.com/avoiding-logic-errors 34 comments rust
- Extension traits in Rust http://xion.io/post/code/rust-extension-traits.html 9 comments rust
- Stupid tricks with Rust higher-order functions and "impl trait" http://integer32.com/2017/02/02/stupid-tricks-with-higher-order-functions.html 13 comments rust
- Lowering Rust traits to logic http://smallcultfollowing.com/babysteps/blog/2017/01/26/lowering-rust-traits-to-logic/#conclusion-and-future-vision 54 comments rust
- Using Trait objects in Rust. Constructive criticism very much appreciated. http://creativcoder.xyz/post/using-trait-objects-in-rust/ 7 comments rust
- Rust and the Monad trait - Not just higher kinded types http://m4rw3r.github.io/rust-and-monad-trait 7 comments haskell
- Rust and the Monad trait - Not just higher kinded types http://m4rw3r.github.io/rust-and-monad-trait 36 comments rust
- Having a trait as a return value from a function in Rust http://is.gd/h4ojC6 9 comments rust
- Rust: How to pass a closure into a trait object http://camjackson.net/post/rust-lang-how-to-pass-a-closure-into-a-trait-object 8 comments rust
- Rust traits for developer friendly libraries http://benashford.github.io/blog/2015/05/24/rust-traits-for-developer-friendly-libraries/ 10 comments rust
- Abstraction without overhead: traits in Rust http://blog.rust-lang.org/2015/05/11/traits.html 22 comments rust
- Advanced Rust: Using traits for function overloading https://medium.com/@jreem/advanced-rust-using-traits-for-argument-overloading-c6a6c8ba2e17 9 comments rust
- Rust RFC: Opt-in Builtin Traits http://smallcultfollowing.com/babysteps/blog/2014/02/28/rust-rfc-opt-in-builtin-traits/ 24 comments rust
- Traits, Structs and Impls in Rust http://tomlee.co/2013/05/traits-structs-and-impls-in-rust/ 34 comments programming
- Rust: Refining Traits and Impls http://smallcultfollowing.com/babysteps/blog/2012/10/04/refining-traits-slash-impls/ 31 comments programming
- A Gentle Introduction to Traits in Rust http://pcwalton.github.com/blog/2012/08/08/a-gentle-introduction-to-traits-in-rust/ 20 comments rust
- Tour of Rust's Standard Library Traits https://github.com/pretzelhammer/rust-blog/blob/master/posts/tour-of-rusts-standard-library-traits.md 21 comments rust
- Array1 and function traits [Scientific computing in Rust - A blog series / Part 2] https://www.lpalmieri.com/posts/2019-04-07-scientific-computing-a-rust-adventure-part-2-array1/ 9 comments rust
- Boston Rust Meetup, Nov 1, with a talk by Niko Matsakis on Chalk, Rust's forthcoming overhaul to trait resolution https://www.meetup.com/bostonrust/events/244260833/ 5 comments rust
- Are persistent data structures used anywhere internally in rust? Say for immutable data with the copy trait https://www.reddit.com/r/rust/comments/5h81f5/are_persistent_data_structures_used_anywhere/ 8 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