version-control-clean-check

Crates.ioversion-control-clean-check
lib.rsversion-control-clean-check
version0.1.2
sourcesrc
created_at2023-11-02 18:35:09.16168
updated_at2024-04-17 16:56:37.800488
descriptionChecks if the version control is clean. Based on code from Cargo.
homepage
repositoryhttps://github.com/c-git/version-control-clean-check
max_upload_size
id1023079
size35,961
One (c-git)

documentation

https://docs.rs/version-control-clean-check

README

version-control-clean-check

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

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.

Tests

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.

License

All code in this repository is dual-licensed under either:

  • Apache License, Version 2.0
  • MIT license

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.

Contribution

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.

Commit count: 86

cargo fmt