kconfig-parser 0.0.1

Kconfig parser for the Kconfig file format from the Linux Kernel for the Cargo Kconfig crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
categories = ["development-tools"]
description = "Kconfig parser for the Kconfig file format 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-parser"
readme = "README.md"
repository = "https://gitlab.com/cargo-kconfig/kconfig-parser"
resolver = "2"
version = "0.0.1"