PoorRican / ncbi-rs

Find and retrieve biological data and its metadata from NCBI
GNU General Public License v3.0
2 stars 0 forks source link

Parsing utilities should return `Result` #20

Open PoorRican opened 1 year ago

PoorRican commented 1 year ago

In order to provide insightful errors and remove ambiguity, parsing helper functions should return Result instead of Option.

PoorRican commented 1 year ago

This also dictates the need for a ParsingError