Docs.rs
gitversion-rs-0.2.3
gitversion-rs 0.2.3
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
zcube
Dependencies
anyhow ^1
normal
arboard ^3
normal
chrono ^0.4
normal
clap ^4.5
normal
crossterm ^0.29
normal
env_logger ^0.11
normal
gix ^0.84
normal
log ^0.4
normal
quick-xml ^0.40
normal
ratatui ^0.30
normal
regex ^1
normal
rust-i18n ^4
normal
serde ^1
normal
serde_json ^1
normal
serde_yaml ^0.9
normal
sha1 ^0.11
normal
thiserror ^2
normal
toml_edit ^0.25
normal
flate2 ^1
dev
tar ^0.4
dev
Versions
46.38%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module config
gitversion_
rs
0.2.3
Module config
Module Items
Modules
In crate gitversion_
rs
gitversion_rs
Module
config
Copy item path
Source
Expand description
GitVersion configuration: data model, workflow defaults, effective config, loader.
Re-exports
§
pub use
model
::*;
Modules
§
defaults
Built-in default configuration per workflow.
effective
Resolution of the final (effective) configuration applied to a specific branch.
loader
Configuration file discovery, YAML loading, and default merging.
model
GitVersion configuration data model.