mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-09 14:47:56 -05:00
554 B
554 B
TFHE-lints
A collection of rust lints specific to the TFHE-rs project. This tool is built using rustc-tools.
List of lints
serilaize_without_versionize: warns ifSerializeis implemented withoutVersionize
Installation
Install the inner tool
cargo install --path ../cargo-tfhe-lints-inner
Install this wrapper
cargo install --path .
Usage
Use it as any other cargo tool:
cargo tfhe-lints
You can specify features like you would do with clippy.