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
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

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

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