modeling 0.6.2

Modeling is a tools to analysis different languages by Ctags
Documentation
1
2
3
4
5
6
7
8
9
10
11
use serde::{Deserialize, Serialize};

#[derive(Serialize, Deserialize, Debug, Clone, Default)]
pub struct ParseOption {
    pub merge: bool,
    pub field_only: bool,
    pub without_parent: bool,
    pub without_impl_suffix: bool,
    pub inline_id_suffix: bool,
    pub without_suffix_text: String,
}