Crates.io | version-control-clean-check |
lib.rs | version-control-clean-check |
version | 0.1.2 |
source | src |
created_at | 2023-11-02 18:35:09.16168 |
updated_at | 2024-04-17 16:56:37.800488 |
description | Checks if the version control is clean. Based on code from Cargo. |
homepage | |
repository | https://github.com/c-git/version-control-clean-check |
max_upload_size | |
id | 1023079 |
size | 35,961 |
Checks the status of the version control system.
Based on cargo's check_version_control
.
In cargo it is used as a safety check before possibly destructive changes are done like running cargo fix
.
Display messages for errors are meant to be human readable and as such are not considered a breaking change if they are changed for clarity.
The test create a folder inside of tests/
and sets up sub folders as expected by the tests.
The setup process is skipped if the sub folder already exists.
It does not check if the folder is setup properly but instead just ASSUMES that it is correct.
If you are unsure if the sub folders are setup correctly simply remove tests/test_folders
and it will be recreated correctly when the tests are run.
NB: The folder is not deleted upon completion of the tests but is instead left behind for reuse.
All code in this repository is dual-licensed under either:
at your option. This means you can select the license you prefer! This dual-licensing approach is the de-facto standard in the Rust ecosystem and there are very good reasons to include both as noted in this issue on Bevy's repo.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.