amandasaurus / rust-dbf

Read (and soon write) DBF files in pure Rust
GNU Affero General Public License v3.0
7 stars 4 forks source link

Hard to use API in non-panicing programs #3

Open rbtcollins opened 6 years ago

rbtcollins commented 6 years ago

It would be easier to use if you surfaced Result's rather than unwrapping errors - then folk using the library wouldn't need to use catch_unwind...

amandasaurus commented 6 years ago

Yeah good idea.

rbtcollins commented 6 years ago

I can create a PR if you like.

amandasaurus commented 6 years ago

Yes please, I'm a little busy and won't have much time to look at this myself in the immediate future

On 5 June 2018 23:15:10 CEST, Robert Collins notifications@github.com wrote:

I can create a PR if you like.

-- Sent from my Android device with K-9 Mail. Please excuse my brevity.