paris-locate

Crates.ioparis-locate
lib.rsparis-locate
version0.1.1
sourcesrc
created_at2024-06-11 11:40:36.267461
updated_at2024-06-12 01:54:31.787739
descriptionA crate to add function name to paris's formatting output
homepagehttps://github.com/ming-flute/paris-locate
repositoryhttps://github.com/ming-flute/paris-locate
max_upload_size
id1268104
size35,856
(ming-flute)

documentation

README

本库实现了在paris打印日志的过程中定位使用该宏的函数名称

  1. 采用了paris进行log输出与彩色显示
  2. 使用std-ext::function_name获取函数名称
  3. 采用https://github.com/sindresorhus/figures 中的特殊符号为每一个宏配置了对应符号
level symbol
log
info i
debug >
warning
error
success

输出范例如下:

Commit count: 5

cargo fmt