Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tamaroning/minippy

A super tiny (less than 100 LOC) Rust linter for educational purpose
https://github.com/tamaroning/minippy

Last synced: about 1 month ago
JSON representation

A super tiny (less than 100 LOC) Rust linter for educational purpose

Awesome Lists containing this project

README

        

# Minippy
A tiny toy linter influenced by Clippy

## Prerequisites
- Cargo
- rustc private crates

## Usage
```
$ cargo run tests/add_zero.rs
```

## Screenshots
![screenshot1](screenshot1.png)