Skip to content

Commit f7bbe01

Browse files
committed
fix(rust): fix ReaderBuilder visibility.
1 parent 21393bb commit f7bbe01

File tree

1 file changed

+1
-1
lines changed
  • hftbacktest/src/backtest/data

1 file changed

+1
-1
lines changed

hftbacktest/src/backtest/data/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use std::{
1111
};
1212

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

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

0 commit comments

Comments
 (0)