kconfig-represent

Crates.iokconfig-represent
lib.rskconfig-represent
version0.1.1
sourcesrc
created_at2022-05-23 16:21:16.182828
updated_at2022-11-18 17:01:58.607236
descriptionKconfig representation module for the Kconfig file format and .config configurtion files from the Linux Kernel for the Cargo Kconfig crate
homepagehttps://gitlab.com/cargo-kconfig
repositoryhttps://gitlab.com/cargo-kconfig/kconfig-represent
max_upload_size
id591925
size226,425
Sjoerd van Leent (santidhammo)

documentation

README

Kconfig represent - for Cargo Kconfig

This module enables a representation in Rust types of a Kconfig file, using the kconfig-parser module to parse the Kconfig file. Further, this module allows to write and load the .config files.

It's main goal is to be the backend for cargo-kconfig, allowing kconfig to be used through cargo, but it can also be used to create other frontends.

Commit count: 25

cargo fmt