hal
hal copied to clipboard
Error Handling
Remove the unwrap()
calls all over the code and change it to a Result<>
type