aura-core

Crates.ioaura-core
lib.rsaura-core
version0.8.5
sourcesrc
created_at2022-09-24 06:18:42.27717
updated_at2024-09-29 07:57:29.275676
descriptionCore types and logic for extended Arch Linux package managers.
homepage
repositoryhttps://github.com/fosskers/aura
max_upload_size
id672909
size81,555
Colin Woodbury (fosskers)

documentation

README

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:

  • which logging framework is being used
  • how errors are handled
  • how localisation is handled

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.

Commit count: 3035

cargo fmt