cargo-kconfig

Crates.iocargo-kconfig
lib.rscargo-kconfig
version0.1.1
sourcesrc
created_at2022-06-28 17:13:06.963738
updated_at2022-11-19 19:25:12.284109
descriptionKconfig macro library and user interface for the Kconfig file format from the Linux Kernel
homepagehttps://gitlab.com/cargo-kconfig
repositoryhttps://gitlab.com/cargo-kconfig/cargo-kconfig
max_upload_size
id614943
size348,030
Sjoerd van Leent (santidhammo)

documentation

README

Cargo Kconfig

The crate cargo-kconfig is both an extension on cargo as well as a set of macros allowing for an application to use Kconfig configuration files.

The cargo-kconfig crate contains the cargo-kconfig command (when installed through Cargo, this will also be usable as the command sequence "cargo kconfig"), which implements a basic Kconfig menu user interface.

When the cargo-kconfig crate is used by another crate it contains several Kconfig related macros, allowing for reading the Kconfig and associated .config files, along with macros enabling reading out the values.

Currently, the package is under heavy development, any suggestions to enhance the package are useful.

Commit count: 7

cargo fmt