zng/tools
Samuel Guerra 44e04c39e5 Fixed warnings after Rust update. 2023-07-13 12:55:16 -03:00
..
color-gen Implemented ANSI true-color and 8-bit color modes. 2022-12-08 10:35:28 -03:00
do-tasks Fixed warnings after Rust update. 2023-07-13 12:55:16 -03:00
README.md Reorganized project folders. 2021-12-15 20:43:05 -03:00

README.md

Tools

This directory contains crates used to generate content or manage the project.

Workspace

Append this code to a tool crate Cargo.toml to exclude it from the main workspace.

[workspace] # Exclude from main workspace

Rust Analyzer

If you want Rust Analyzer (VSCode) to analyze a tool crate you need to manually add it to the "rust-analyzer.linkedProjects" setting in the in .vscode/settings.json.