Commit Graph

8 Commits

Author SHA1 Message Date
Nathan Fisher
eae02ce616 Clean up imports after last commit 2023-03-30 19:07:12 -04:00
Nathan Fisher
71a87a506e Adjust Creator struct to use Vec<PathBuf> instead of Vec<DirEntry>;
Add `from_list` method for `Creator`
2023-03-30 18:43:11 -04:00
0a94691685 Small tweak in message passing 2023-03-28 20:41:03 -04:00
3a5174c521 Added len method to Creator 2023-03-28 17:34:14 -04:00
026e8599a5 Move cli into module rather than workspace member 2023-03-28 00:16:12 -04:00
e1f7fbe4fe Fix bugs in Creator so that it works now 2023-03-28 00:09:16 -04:00
3b88759665 Cleaned up imports from previous commit 2023-03-27 03:26:51 -04:00
39b8664c9e Added package Creator struct, with create method to process package
entries fully multithreaded including compressing into the archive, as
well as passing messages through an mpsc::channel() interface for use in
a background thread in various frontends. Much better suited to task
than previous `create_package` function. Untested.
2023-03-27 03:18:20 -04:00