Dylint is a Rust linting tool that lets developers run lints packaged as dynamic libraries rather than being limited to a fixed built-in lint set.
It’s designed for developers and teams who want to create, share, and reuse custom lint collections, with support for loading libraries from the command line, workspace metadata, environment paths, and direct paths. Dylint also includes tooling to help authors create new lint libraries, configure them per workspace, and view results inside editors such as VS Code.
This is free and open source software.
Key Features
- Runs Rust lints from user-specified dynamic libraries.
- Lets developers create new lint libraries with
cargo dylint new. - Supports workspace-based lint configuration through
Cargo.tomlordylint.toml. - Allows configurable lint libraries with per-library settings in
dylint.toml. - Can discover lint libraries via Git repositories, local paths, environment variables, or direct paths.
- Includes utilities such as
dylint-link,dylint_library!, andui_testto help write and test lints. - Offers integration with
rust-analyzerin Visual Studio Code.
Website: github.com/trailofbits/dylint
Support:
Developer: Trail of Bits
License: Apache License 2.0 or MIT License
Dylint is written in Rust. Learn Rust with our recommended free books and free tutorials.
Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more. Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form. |

