kconfig-represent 0.0.2

Kconfig representation module for the Kconfig file format and .config configurtion files from the Linux Kernel for the Cargo Kconfig crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.kconfig-parser]
version = ">= 0.0.2"

[package]
categories = ["development-tools"]
description = "Kconfig representation module for the Kconfig file format and .config configurtion files from the Linux Kernel for the Cargo Kconfig crate"
edition = "2021"
homepage = "https://gitlab.com/cargo-kconfig"
license = "MIT OR GPL-2.0-or-later OR Apache-2.0"
name = "kconfig-represent"
readme = "README.md"
repository = "https://gitlab.com/cargo-kconfig/kconfig-represent"
resolver = "2"
version = "0.0.2"
[profile.test]
codegen-units = 1