Crates.io | moss-trimmer |
lib.rs | moss-trimmer |
version | 1.1.1 |
source | src |
created_at | 2024-02-25 18:12:04.45395 |
updated_at | 2024-05-01 20:43:49.566365 |
description | Archiver and parser for Measure of Software Similarity (MOSS) results |
homepage | https://github.com/carsonwoods/moss-trimmer |
repository | https://github.com/carsonwoods/moss-trimmer |
max_upload_size | |
id | 1152686 |
size | 15,381 |
This is a very simple utility built around making MOSS, simpler to use. This tool can be used to download MOSS results so that they are stored entirely offline. This can be useful if results are needed to persist for longer than the 2 week storage time provided by MOSS servers.
Additionally, by passing a -t <STRING>
, argument, the tool will remove all results whose name does not include the string.
This can be used to ignore similarity results identified between two files in a code archive.
Moss Trimmer can be installed using Cargo:
cargo install moss-trimmer