lambdaworks
lambdaworks copied to clipboard
erros need to implement display to be use in rust Error trait
In https://github.com/lambdaclass/lambdaworks/blob/main/crates/math/src/errors.rs errors types are defined. But they implement neither Display, or Error. So they can't be use to bubble up seamlessly.