https://github.com/toomanybees/cargo-explain
https://github.com/toomanybees/cargo-explain
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/toomanybees/cargo-explain
- Owner: TooManyBees
- Created: 2020-09-02T04:40:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-03T05:30:51.000Z (almost 6 years ago)
- Last Synced: 2025-04-18T11:43:43.422Z (about 1 year ago)
- Language: Rust
- Size: 141 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cargo explain
A replacement for `rustc --explain` that syntax highlights
Rust code snippets for easier reading.

## Usage
Run `cargo install cargo-explain` to install as a Cargo subcommand.
Invoke with `cargo explain ` (`cargo explain --explain ` is also recognized)