1 2 3 4 5 6 7 8 9 10 11
// Copyright (C) 2026 The Qt Company Ltd. // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only #ifndef QRESOURCE_RUST_H #define QRESOURCE_RUST_H #include "rustconv.h" bool register_resource(rust::Slice<const uint8_t> data, rust::Str resourceRoot); #endif //QRESOURCE_RUST_H