Commit Graph

3 Commits

Author SHA1 Message Date
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
00e48a9f9a Fix ownership issues with previous commit 2023-03-25 18:03:51 -04:00
6c62f15a41 Add Update and Database types and begin forming infra for updating
packages
2023-03-25 17:59:53 -04:00