Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tamaroning/minippy
- Owner: tamaroning
- Created: 2022-05-14T14:41:16.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-11T01:19:46.000Z (over 2 years ago)
- Last Synced: 2024-04-18T02:13:00.105Z (9 months ago)
- Language: Rust
- Homepage: https://www.tamaron.dev/post/2022-12-13/
- Size: 135 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)