Skip to main content

Crate lintspec_core

Crate lintspec_core 

Source
Expand description

§lintspec-core

github crates.io docs.rs MSRV CodSpeed

Core library for lintspec.

This crate provides the core parsing and validation logic for lintspec.

Dual-licensed under MIT or Apache 2.0.

Modules§

config
Tool configuration parsing and validation
definitions
Source item definitions
error
The error and result types for lintspec
files
Find Solidity files to analyze
interner
String interner used by data structures.
lint
Check the NatSpec documentation of a source file
natspec
NatSpec Comment Parser
parser
Solidity parser interface
textindex
A text index type
utilsslang
Utils for parsing Solidity source code.