fernandobatels / rsfbclient

Rust Firebird Client
MIT License
76 stars 11 forks source link

Removed some `unwrap` uses #89

Closed jairinhohw closed 4 years ago

jairinhohw commented 4 years ago

The ones at rsfbclient-rust/src/client.rs are specially important, as they are not really that difficult to panic. Don't know how i did not see them before.