You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add "when is it public API for a trait to be implementable" blog post (#6449)
It describes a number of edge cases around trait sealing that I discovered and had to reason through & implement in cargo-semver-checks. It includes the headline features of cargo-semver-checks v0.40.
Copy file name to clipboardExpand all lines: draft/2025-03-12-this-week-in-rust.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,7 @@ and just ask the editors to select the category.
38
38
### Project/Tooling Updates
39
39
40
40
### Observations/Thoughts
41
+
*[When is "this trait can be implemented" part of the trait's public API?](https://predr.ag/blog/when-is-trait-can-be-implemented-public-api/)
41
42
42
43
### Rust Walkthroughs
43
44
*[video][Ratatui - terminal user interfaces in Rust with Orhun Parmaksız - build ratatop in pair programming](https://www.youtube.com/watch?v=OkmYsa25pIw)
0 commit comments