|
|
|
|
|
by pornel
1082 days ago
|
|
Libraries have clear API contacts, especially in Rust where the interfaces are strict and side effects are rarer. The ecosystem is also relatively young, so it hasn't developed true Hyrum's ossification. In practice vast majority of library updates goes smoothly. > since the compiler will already trivially catch such mismatches That's too late — that breaks someone else's build. The goal is to check types before publishing an update. |
|