Struct sphinx_rust::AnalysisResult¶
-
pub struct AnalysisResult {
pub crate_: String,
pub modules: Vec<String>,
pub structs: Vec<String>,
pub enums: Vec<String>,
pub functions: Vec<String>,
}
pyo3 representation of the result of an analysis
Fields¶
- crate_:
String
- modules:
Vec<String>
- structs:
Vec<String>
- enums:
Vec<String>
- functions:
Vec<String>