ogma
ogma copied to clipboard
[TASK] Deprecate `TryFrom` in favour of `From` implementations which panic
Goal
Failed conversions should be picked up in debug testing, so in an effort to produce faster runtime code, conversion failures should be a cold, panicking path.
Aspects to Develop
- [ ] Deprecate
TryFrom
conversions forValue
s - [ ] Implement panicking
From
conversions forValue
s