databendlabs/databend

Refactor: Try using `build-info`

Open

#9.874 aberto em 3 de fev. de 2023

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

Métricas do repositório

Stars
 (9.314 stars)
Métricas de merge de PR
 (Mesclagem média 4d 18h) (99 fundiu PRs em 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.

Guia do colaborador