mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-11-19 10:06:11 +00:00
Add csv module and core functionality for CSV reading
This commit is contained in:
3
src/csv/mod.rs
Normal file
3
src/csv/mod.rs
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
pub mod csv_core;
|
||||||
|
|
||||||
|
pub use csv_core::CsvReader;
|
||||||
@@ -14,3 +14,6 @@ pub mod compute;
|
|||||||
|
|
||||||
/// Documentation for the [`crate::random`] module.
|
/// Documentation for the [`crate::random`] module.
|
||||||
pub mod random;
|
pub mod random;
|
||||||
|
|
||||||
|
/// Documentation for the [`crate::csv`] module.
|
||||||
|
pub mod csv;
|
||||||
|
|||||||
Reference in New Issue
Block a user