Hacker News
- Verifying Dynamic Trait Objects in Rust (2022) https://dl.acm.org/doi/pdf/10.1145/3510457.3513031 7 comments
- Storing unboxed trait objects in Rust https://guiand.xyz/blog-posts/unboxed-trait-objects.html 23 comments
Lobsters
- Rust trait object layout https://neugierig.org/software/blog/2025/03/trait-object-layout.html 5 comments rust
- Rust Traits Deep Dive, Part III: Closure traits, impl trait, dyn trait, and object safety! https://newrustacean.com/show_notes/e025/index.html 2 comments audio , rust , transcript
- Rust-style trait objects in C++ using the experimental metaclasses compiler https://twitter.com/TartanLlama/status/1159445548417634324 61 comments cpp
- Understanding Rust's Trait Objects: Vtables, Dynamic Dispatch, and Memory Deallocation https://www.eventhelix.com/rust/rust-to-assembly-tail-call-via-vtable-and-box-trait-free/ 11 comments rust
- Verifying Dynamic Trait Objects in Rust https://cs.cornell.edu/~avh/dyn-trait-icse-seip-2022-preprint.pdf 5 comments rust
- Rust Trait Objects Demystified https://desilva.io/posts/rust-trait-objects-demystified 3 comments rust
- Using Trait objects in Rust. Constructive criticism very much appreciated. http://creativcoder.xyz/post/using-trait-objects-in-rust/ 7 comments rust
- Why doesn't rust allow invoking "static" methods on trait objects? https://www.reddit.com/r/rust/comments/fwfggk/why_doesnt_rust_allow_invoking_static_methods_on/ 7 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
- A Quick Look at Trait Objects in Rust https://tratt.net/laurie/blog/entries/a_quick_look_at_trait_objects_in_rust.html 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 Polymorphism, dyn, impl keywords, using existing traits, trait objects for testing and extensibility https://www.youtube.com/watch?v=kYTgGtJjSro 2 comments rust
- Storing Unboxed Trait Objects in Stable Rust https://guiand.xyz/blog-posts/unboxed-trait-objects.html 13 comments rust
- FFI-Safe Polymorphism in Rust: Thin Trait Objects https://adventures.michaelfbryan.com/posts/ffi-safe-polymorphism-in-rust/?utm_source=reddit&utm_medium=social&utm_campaign=thin-trait-objects 9 comments programming