Skip to main content

Crate nargo_script_analyzer

Crate nargo_script_analyzer 

Source

Structs§

AnalysisIssue
分析报告中的问题
AnalysisReport
分析报告
CodeStyleRule
代码风格检查规则
MemoryLeakRule
内存泄漏检测规则
PerformanceBottleneckRule
性能瓶颈检测规则
RuleEngine
规则引擎
ScriptAnalyzer
ScriptMetadata
SecurityRule
安全规则
UndefinedVariableRule
未定义变量使用检查规则
UnsafeOperationRule
不安全操作检查规则
UnusedImportRule
未使用的导入检查规则
UnusedVariableRule
未使用变量检查规则

Enums§

IssueLevel
分析报告中的问题级别

Traits§

Rule
规则接口

Functions§

default_rule_engine
导出默认规则引擎配置