dsprenkels / sss-rs

Rust bindings for my Shamir secret sharing library
MIT License
36 stars 9 forks source link

Replace the `try!` macro with `?` operator #8

Closed dsprenkels closed 3 years ago

dsprenkels commented 4 years ago

Nowadays, the try! macro is outdated. Every usage of the try macro should be replaced by the ? operator.