# appstream-glib-rs **Repository Path**: mirrors_chromium_gitlab_gnome/appstream-glib-rs ## Basic Information - **Project Name**: appstream-glib-rs - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-09 - **Last Updated**: 2025-10-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # appstream-glib-rs This repository contains the WIP rust bindings for appstream-glib. ## Using Add this line to your Cargo file ``` [dependencies] appstream-glib = { git = "https://gitlab.gnome.org/bilelmoussaoui/appstream-glib-rs" } ```