If I add an new optional param in Temper, it doesn't feel like a breaking change. And it isn't for most backends.
But Rust has neither overloading nor optional params, so we have to add a new Option param there, where is a breaking change for code using a library.
If I add an new optional param in Temper, it doesn't feel like a breaking change. And it isn't for most backends.
But Rust has neither overloading nor optional params, so we have to add a new
Optionparam there, where is a breaking change for code using a library.