Skip to content

Commit

Permalink
fix(rust): fix ReaderBuilder visibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaz001 committed Sep 3, 2024
1 parent 21393bb commit f7bbe01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hftbacktest/src/backtest/data/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use std::{
};

pub use npy::{read_npy_file, read_npz_file, write_npy, Field, NpyDTyped, NpyHeader};
pub use reader::{Cache, DataPreprocess, DataSource, FeedLatencyAdjustment, Reader};
pub use reader::{Cache, DataPreprocess, DataSource, FeedLatencyAdjustment, Reader, ReaderBuilder};

use crate::utils::{AlignedArray, CACHE_LINE_SIZE};

Expand Down

0 comments on commit f7bbe01

Please sign in to comment.