Expand description
Core library for lintspec.
This crate provides the core parsing and validation logic for lintspec.
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
- lint
- Check the
NatSpecdocumentation of a source file - natspec
NatSpecComment Parser- parser
- Solidity parser interface
- textindex
- A text index type
- utils
slang - Utils for parsing Solidity source code.