crust
crust copied to clipboard
Dont panic
In quite a few places in the code, you have panic!() or unwarp(). This is frowned upon in the Rust community. We should have dedicated error types instead