Skip to content

Commit

Permalink
CHORE set reminders to update error handling ands docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sander-willems-bruker committed Jul 3, 2024
1 parent c22682a commit 14783d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/file_readers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ pub struct FileReader {

impl FileReader {
// TODO refactor out
// TODO proper error handling
// TODO update docs
pub fn new<T: AsRef<std::path::Path>>(path_name: T) -> Result<Self, Error> {
let format: FileFormat = FileFormat::parse(path_name)?;
let frame_reader = match &format {
Expand Down

0 comments on commit 14783d9

Please sign in to comment.