rpm-ostree/rust/libdnf-sys
Colin Walters 60e605b34e Introduce CxxGObjectArray, use in lockfile code
cxx-rs only supports a few basic types in `Vec<T>`/`CxxVector<T>`
and we need to pass an array of GObjects in a few cases.
Add a wrapper class hack instead of using `u64` so we at least
have some basic safety here and have a convenient place to
grep for later when we want to improve this.
2021-03-02 16:25:32 -08:00
..
cxx libdnf-sys: Include gio.h before libdnf.h 2021-02-17 14:02:34 -05:00
build.rs rust: Add SPDX-License-Identifier and validate it in ci/codestyle.sh 2021-02-19 15:56:23 -05:00
Cargo.toml Introduce CxxGObjectArray, use in lockfile code 2021-03-02 16:25:32 -08:00
lib.rs libdnf-sys: Drop C API, replace with cxx.rs bridge 2021-02-10 13:39:38 -05:00