natlint 0.1.0

A linter for Solidity natspec comments.
1
2
3
4
//! This module contains the command line interface and the config for the application.

pub mod cmd;
pub mod file_finder;