Registry / build-tool / grev
library0.1.4rscratesunverified

A crate for working with git revision information from a build script.

# Cargo.toml [dependencies] grev = "0.1.4"
INSTALL
IMPORT
SIG · GREV
G
grev
build-toolrustv0.1.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

GitRev
use grev::GitRev;

Retrieves the current git revision.

use grev::GitRev; fn main() { let rev = GitRev::new().unwrap(); println!("{}", rev); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Amazon
1
OpenAI (training)
1
Resources
grev — cargo add grev · libregistry