rust-tropes
rust-tropes copied to clipboard
Add: Zero Cost Abstractions
Relevant links:
- https://blog.rust-lang.org/2015/05/11/traits.html
- https://boats.gitlab.io/blog/post/zero-cost-abstractions/
C++ already had this (even if some of them turned out to be costly). We now have negative cost abstractions!