updated todo
This commit is contained in:
parent
e498cb12b0
commit
69a50326b2
1 changed files with 1 additions and 3 deletions
|
|
@ -1,7 +1,6 @@
|
||||||
/*
|
/*
|
||||||
TODO_3: setup rayon to handle parallel file processsing when passed
|
TODO_3: setup rayon to handle parallel file processsing when passed
|
||||||
more than one file and square up concurrency model for files with
|
more than one file
|
||||||
more than one extension.
|
|
||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
TODO_1: define supported extensions as structs and write an extensions enum
|
TODO_1: define supported extensions as structs and write an extensions enum
|
||||||
|
|
@ -23,7 +22,6 @@ use extractors::{
|
||||||
extract_tgz,
|
extract_tgz,
|
||||||
extract_txz,
|
extract_txz,
|
||||||
extract_gz,
|
extract_gz,
|
||||||
// extract_z,
|
|
||||||
extract_7z,
|
extract_7z,
|
||||||
// extract_arj,
|
// extract_arj,
|
||||||
// extract_cab,
|
// extract_cab,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue