arch-updates-rs

Crates.ioarch-updates-rs
lib.rsarch-updates-rs
version
sourcesrc
created_at2024-10-22 13:59:34.336088
updated_at2024-12-06 08:22:52.895625
descriptionLibrary to query arch linux packaging tools to see if updates are available.
homepagehttps://github.com/nick42d/cosmic-applet-arch
repositoryhttps://github.com/nick42d/cosmic-applet-arch
max_upload_size
id1418720
Cargo.toml error:TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
(nick42d)

documentation

README

arch_updates_rs

Library to query arch linux packaging tools to see if updates are available. Designed for cosmic-applet-arch, but could be used in similar apps as well. Please refer to docs.rs with api documentation and usage examples.

Dependencies

The following tools or dependencies are required:

  • checkupdates (included with pacman-contrib
  • openssl (included with coreutils)
Commit count: 90

cargo fmt