nom-kconfig 0.10.0

A Kconfig parser
Documentation
1
2
3
4
5
6
use crate::{assert_parsing_eq, attribute::parse_optional};

#[test]
fn test_parse_optional() {
    assert_parsing_eq!(parse_optional, "optional", Ok(("", ())))
}