rpm-ostree/rust/src
Colin Walters 73b9d2ff3b treefile: Minor cleanup of handle_repo_packages_overrides()
This isn't important at all, but I am just trying to up my
"Rust iterator and mapping" skills.  Here:

- In this case we always want to go from `Option<T>` to `Option<T>`,
  so instead of destructuring `Some()` back to another `Some()`
  we can use `as_mut()` to manipulate the inner vector directly.
- Now instead of destroying the inner `Vec<>` we need to use `drain()`
  instead
- And then we can just `extend()` with a reversed iterator from
  our explicit temporary
2021-05-05 15:52:52 -04:00
..
builtins Require ostree v2021.2, use ostree-ext crate 2021-04-27 09:50:02 -04:00
cliwrap rust: Relicense some GPL-2.0-or-later to Apache-2.0 OR MIT 2021-03-10 21:55:50 +01:00
countme rust: Support context attribute on CxxResult, use it more 2021-03-11 13:03:41 -05:00
nameservice rust: Add SPDX-License-Identifier and validate it in ci/codestyle.sh 2021-02-19 15:56:23 -05:00
bwrap.rs Fix bwrap usage for mutate-os-release 2021-04-28 13:27:40 -04:00
client.rs Add more client Rust bindings, port apply-live builtin 2021-03-04 09:17:21 -05:00
cliwrap.rs rust: Relicense some GPL-2.0-or-later to Apache-2.0 OR MIT 2021-03-10 21:55:50 +01:00
composepost.rs composepost: Fix race condition in timestamp checking 2021-04-30 15:15:10 -04:00
console_progress.rs rust: Rename progress.rs to console_progress.rs 2021-03-16 14:50:30 +00:00
core.rs core: Fix tempetc guard to be no-op if /etc exists 2021-04-20 08:12:45 -04:00
countme.rs rust/main: Pass CLI args to command entrypoints 2021-04-29 09:52:02 -04:00
cxxrsutil.rs passwd: aling all bridge functions to return CxxResult 2021-04-05 13:44:44 -04:00
daemon.rs daemon: Always write staged JSON field 2021-04-16 17:05:48 -04:00
dirdiff.rs rust: Add and use fn-error-context 2021-03-10 19:56:48 +01:00
extensions.rs rust/extensions: Fix two clippy lints 2021-02-18 05:27:41 -05:00
fedora_integration.rs rust: Add SPDX-License-Identifier and validate it in ci/codestyle.sh 2021-02-19 15:56:23 -05:00
ffiutil.rs Finish moving lockfile to cxx.rs 2021-03-02 16:25:32 -08:00
history.rs rust: Support context attribute on CxxResult, use it more 2021-03-11 13:03:41 -05:00
initramfs.rs Add and use the camino library for UTF-8 paths 2021-04-30 09:56:05 -04:00
isolation.rs Add a helper API to detect running in systemd 2021-03-26 14:29:53 +00:00
journal.rs rust: Add module doc headers 2021-02-11 14:16:38 -05:00
lib.rs treefile: Add new repo-packages field for pinning packages to repos 2021-04-30 09:13:18 -04:00
live.rs Require ostree v2021.2, use ostree-ext crate 2021-04-27 09:50:02 -04:00
lockfile.rs lockfile: Make packages optional 2021-03-22 12:57:49 -04:00
main.rs rust/main: Pass CLI args to command entrypoints 2021-04-29 09:52:02 -04:00
origin.rs rust: More usage of indoc 2021-03-29 17:50:06 +00:00
passwd.rs rust/passwd: Fix handling of previous mode 2021-04-19 19:56:08 -04:00
progress.rs Add Rust progress task wrapper 2021-03-16 14:54:26 +00:00
rpmutils.rs rust: Fix some misc clippy lints 2021-02-18 05:27:41 -05:00
scripts.rs rust: Add module doc headers 2021-02-11 14:16:38 -05:00
testutils.rs rust/client: Make status be a method 2021-04-07 18:56:59 +00:00
treefile.rs treefile: Minor cleanup of handle_repo_packages_overrides() 2021-05-05 15:52:52 -04:00
utils.rs app/db: Add db diff --advisories 2021-04-06 17:04:51 -04:00
variant_utils.rs app/db: Add db diff --advisories 2021-04-06 17:04:51 -04:00