apk-rs 0.0.0

Alpine Package Keeper written in Rust
Documentation
# apk-tools-rs

## Status

- Package installation and removal:
    - Commands:
        - [ ] `add`
        - [ ] `del`
- System maintanence:
    - Commands:
        - [ ] `fix`
        - [x] `update`
        - [ ] `upgrade`
        - [ ] `cache`
    - ❗ currently using blake3 for index checksum
- Querying package info:
    - Commands:
        - [x] `info`
        - [ ] `list`
        - [ ] `dot`
        - [ ] `policy`
        - [ ] `search`
- Repo maint:
    - Commands:
        - [ ] `index`
        - [ ] `fetch`
        - [ ] `manifest`
        - [ ] `verify`
- Misc:
    - Commands:
        - [ ] `audit`
        - [ ] `stats`
        - [ ] `version`

This apk does not have coffee making abilities. (sorry)