kconfig-represent 0.1.1

Kconfig representation module for the Kconfig file format and .config configurtion files from the Linux Kernel for the Cargo Kconfig crate
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "kconfig-parser"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ed5544edc477f30344b292e527872d2aac0f5567f05be374f8b01ced03db7aa"

[[package]]
name = "kconfig-represent"
version = "0.1.1"
dependencies = [
 "kconfig-parser",
]