Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
246fa5c
Refactoring with Clap enums
dasunpubudumal May 24, 2024
6baebd1
Adding unit test structure
dasunpubudumal May 24, 2024
dd524f6
Cargo format
dasunpubudumal May 24, 2024
d8f1b33
Clippy fixes
dasunpubudumal May 24, 2024
ae55838
Clippy fixes
dasunpubudumal May 24, 2024
06129ea
Clippy fixes
dasunpubudumal May 24, 2024
011b539
Clippy fixes
dasunpubudumal May 24, 2024
c5b4ef9
Readme update (badge added)
dasunpubudumal May 24, 2024
bdf8cd2
Updating module structure.
dasunpubudumal May 25, 2024
b1423b0
Adding file read func
dasunpubudumal May 25, 2024
4cb033a
Adding start and end pointers
dasunpubudumal May 25, 2024
f8ffdba
TODO docs
dasunpubudumal May 25, 2024
dcc4ed2
Ptr unit change
dasunpubudumal May 25, 2024
ddc8414
Implementing batch-wise file-readl
dasunpubudumal May 26, 2024
0904ef1
Adding documentation
dasunpubudumal May 26, 2024
28d05ca
Added new recordline type
dasunpubudumal May 26, 2024
37d3bdf
Clippy fixes
dasunpubudumal May 26, 2024
0583492
Allowing dead code (until they are used in upstream ilb calls)
dasunpubudumal May 26, 2024
b6bcb9c
Cargo fmt run
dasunpubudumal May 26, 2024
034abee
Adding some error handling logic and logging
dasunpubudumal May 26, 2024
c4ed2de
Fmt fixes
dasunpubudumal May 26, 2024
e436eff
Allowing dead code until it's used.
dasunpubudumal May 26, 2024
7de11f2
Refactoring items
dasunpubudumal May 27, 2024
ec7c736
Removing dead code.
dasunpubudumal May 31, 2024
6e078ec
Added lib crate for modularity
dasunpubudumal May 31, 2024
9d263da
Updated clippy fixes
dasunpubudumal May 31, 2024
b0d7592
Refactoring main function
dasunpubudumal May 31, 2024
f0b5fbd
Refactoring lib
dasunpubudumal May 31, 2024
9b5caad
Setup human-panic
dasunpubudumal Jun 4, 2024
6b1d389
Fix linting issues
dasunpubudumal Jun 4, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/target
.idea
Loading