databendlabs/databend

Refactor: Try using `build-info`

Open

#9 874 ouverte le 3 févr. 2023

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)Rust (880 forks)github user discovery
C-refactoringgood first issue

Métriques du dépôt

Stars
 (9 314 stars)
Métriques de merge PR
 (Merge moyen 4j 18h) (99 PRs mergées en 30 j)

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.

Guide contributeur