databendlabs/databend

Refactor: Try using `build-info`

Open

#9,874 opened on Feb 3, 2023

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Rust (880 forks)github user discovery
C-refactoringgood first issue

Repository metrics

Stars
 (9,314 stars)
PR merge metrics
 (Avg merge 4d 18h) (99 merged PRs in 30d)

Description

Summary

build-info can collect build-information of your Rust crate.

It might be an alternative to vergen and cargo-license etc. to get git, credits and build options.

The potential problem is that it may lead to an unstable build and needs further investigation.

Contributor guide