@cspell/dict-rust

4.0.5 • Public • Published

CSpell Rust Dictionary

Rust dictionary for cspell.

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

Requirements

Tool Version
cspell >= 6
Code Spell Checker - Visual Studio Code >= 2

Installation

Global Install and add to cspell global settings.

npm install -g @cspell/dict-rust
cspell link add @cspell/dict-rust

Uninstall from cspell

cspell link remove @cspell/dict-rust

Manual Installation

The cspell-ext.json file in this package should be added to the import section in your cspell.json file.

{
    // …
    "import": ["@cspell/dict-rust/cspell-ext.json"],
    // …
}

Building

Building is only necessary if you want to modify the contents of the dictionary. Note: Building will take a few minutes for large files.

npm run build

License

MIT

Some packages may have other licenses included.

Keywords are taken from the repository

https://github.com/rust-lang/gedit-config

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
4.0.5250,219latest

Version History

VersionDownloads (Last 7 Days)Published
4.0.5250,219
4.0.436,485
4.0.3252,067
4.0.257,956
4.0.176,752
4.0.02,874
3.0.03,820
2.0.122,765
2.0.05,812
1.0.2314,299
1.0.2211,907
1.0.21250

Package Sidebar

Install

npm i @cspell/dict-rust

Weekly Downloads

735,206

Version

4.0.5

License

MIT

Unpacked Size

6.65 kB

Total Files

5

Last publish

Collaborators

  • jason-dent