kconfig-linux 0.1.1

WIP crate for the KConfig DSL in the Linux kernel
Documentation
1
2
3
4
5
6
use crate::structure::kconfig_node_children::KconfigNodeChildren;

#[derive(Debug, Clone)]
pub struct Kconfig {
    pub children: KconfigNodeChildren,
}