Skip to main content

2 docs tagged with "rust"

View All Tags

cargo-deny

cargo-deny is a cargo plugin that lets you lint your project's dependency graph to ensure all your dependencies conform to your expectations and requirements.It helps you enforce license policies, detect and prevent insecure or unwanted dependencies, and maintain code quality in your Rust projects.

install rust

This article provides information on installing Rust on different operating systems and introduces the use of the rustup command-line tool for managing Rust versions and associated tools.