fluidattacks-blends-domain 0.6.1

Blends functional core: pure AST graph to syntax graph (no_std)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Generated from the tree-sitter `yaml` grammar node-types. Do not edit by hand.

pub mod block_mapping_pair {
    use crate::syntax::fields::Field;
    pub const KEY: Field<false> = Field::new("key_id");
    pub const VALUE: Field<false> = Field::new("value_id");
}

pub mod flow_pair {
    use crate::syntax::fields::Field;
    pub const KEY: Field<false> = Field::new("key_id");
    pub const VALUE: Field<false> = Field::new("value_id");
}