Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@cspell/dict-rust

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cspell/dict-rust

Rust dictionary for cspell.

Source
npmnpm
Version
4.1.1
Version published
Weekly downloads
1.2M
10.26%
Maintainers
1
Weekly downloads
 
Created
Source

CSpell Rust Dictionary

Rust dictionary for cspell.

This is a pre-built dictionary for use with cspell.

Requirements

ToolVersion
cspell>= 8
Code Spell Checker - Visual Studio Code>= 4

Local Installation

This package is bundled with CSpell.

Configuration

VSCode Settings

Add the following to your VSCode settings:

.vscode/settings.json

{
  "cSpell.dictionaries": ["rust", "rust-crates"],
}
CSpell Settings cspell.json

cspell.json

{
  "dictionaries": ["rust", "rust-crates"],
}
CSpell Settings cspell.config.yaml

cspell.config.yaml

dictionaries:
  - rust
  - rust-crates

Local Installation using CDN

NOTE: This package is bundled with CSpell.

Dictionary Information

NameEnabledDescription
rustRust Keyword Dictionary
rust-cratesCommon Rust Crates Dictionary

Language Settings

NameLocaleFile Type
rust*rust
rust-crates*rust

Contributing

Please help correct any mistakes in the dictionaries.

See: Contributing

Special thanks to all of our amazing contributors!

Dictionary Development

See: How to Create a New Dictionary

License

MIT

Some packages may have other licenses included.

Keywords are taken from the repository

rust-lang/gedit-config


Brought to you by Street Side Software Logo Street Side Software

Keywords

cspell

FAQs

Package last updated on 09 Jan 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts