spell_check
Welcome to the documentation for Spell Check, a high-performance, memory-safe spell-checking tool designed for developers.
# Contents
- Usage Guide: How to get started and run checks.
- Configuration Reference: Detailed explanation of all configuration options.
- Architecture Overview: Insights into how the engine works.
# Quick Start
- Install: Ensure you have Rust installed and run
cargo build --release. - Initialize: Run
spell_check initin your project root to create aspellcheck.toml. - Run: Run
spell_check checkto start scanning your project.
# Features
- Blazing Fast: Uses Rust’s concurrency primitives to scan thousands of files in seconds.
- Memory Safe: 100% safe Rust code with zero unsafe blocks.
- Highly Configurable: Comprehensive glob pattern support and custom dictionaries.
- Embedded Dictionary: Comes with a large default dictionary (370k+ words).
- Silent & Clean: Integrates into CI/CD pipelines effortlessly.