good first issue
Métricas do repositório
- Stars
- (238 estrelas)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
We want to replace ad-hoc printlns with basic logging.
Setup https://github.com/rust-lang/log with env_logger so we can write debug! etc, see context and fine tune log levels.
Some care might need to be taken in context of FFI environment and multiple crates.