Crates.io | whitespace-rs |
lib.rs | whitespace-rs |
version | 2.1.2 |
source | src |
created_at | 2021-08-22 18:12:54.177847 |
updated_at | 2021-09-04 20:56:57.275322 |
description | Tools for fixing whitespace problems in text and source code files |
homepage | |
repository | https://github.com/jlyonsmith/whitespace-rs |
max_upload_size | |
id | 440788 |
size | 39,014 |
A Rust package and command line tools for fixing whitespace problems in text files.
The command line tools ender
and spacer
are included in this crate using the cli
feature flag (installed by default.)
ender
- reports and optionally normalizes or changes line endings in text files. See ender --help
for details.spacer
- reports on and optionally normalizes whitespace at the beginning of lines. See spacer --help
for details.Whitespace Tools is distributed under the terms of the Unlicense license. See the file UNLICENSE
for details.