Crates.io | aura-core |
lib.rs | aura-core |
version | 0.8.5 |
source | src |
created_at | 2022-09-24 06:18:42.27717 |
updated_at | 2024-09-29 07:57:29.275676 |
description | Core types and logic for extended Arch Linux package managers. |
homepage | |
repository | https://github.com/fosskers/aura |
max_upload_size | |
id | 672909 |
size | 81,555 |
aura-core
This crate contains core types and logic for running an Arch Linux-based package manager like Aura. Unlike a main executable, it knows nothing about:
Overall this approach allows the core to remain somewhat lean. It is a goal overall to burden this core with as few dependencies as possible.