tzmfreedom / rustforce

Salesforce REST API Client by Rust
MIT License
41 stars 19 forks source link

Better error handling #5

Closed patnaikshekhar closed 4 years ago

patnaikshekhar commented 4 years ago

Purpose of this PR is to remove all instances of unwrap from the client code so that the application does not panic.

patnaikshekhar commented 4 years ago

@tzmfreedom could you have a look at this PR as well! Thanks.

patnaikshekhar commented 4 years ago

@tzmfreedom no worries! This library was already in a good state!