added md table support

This commit is contained in:
specCon18 2024-05-30 13:29:57 -04:00
parent 3578cfe932
commit 69bad0b7ba
2 changed files with 77 additions and 98 deletions

5
test_out.md Normal file
View file

@ -0,0 +1,5 @@
| File Path | File Name | Line Number | Comment |
|:----------|:---------:|:-----------:|:--------|
| ./src/ | main.rs | 3 | implement mod file_tree |
| ./src/ | main.rs | 119 | iterate the input_csv and split into vec @ comma then pop vec backfilling table appending formatted values to new vec to be iterated and displayed |
| ./src/ | file_tree.rs | 5 | make sha384 digest |