Crates.io | kconfig |
lib.rs | kconfig |
version | 0.1.0 |
source | src |
created_at | 2022-04-09 17:10:31.157169 |
updated_at | 2022-04-09 17:10:31.157169 |
description | A crate to use KConfig from Rust |
homepage | |
repository | https://invent.kde.org/oreki/kconfig-rs |
max_upload_size | |
id | 564817 |
size | 97,819 |
KConfig is persistent platform-independent application settings framework built by KDE. This crate is a wrapper for the C++ framework and allows using it from Rust. It can be used along with crates like qmetaobject-rs to create QT applications entirely in Rust.