2 releases

0.1.1 Feb 26, 2023
0.1.0 Nov 19, 2022

#2776 in Rust patterns

MIT/Apache

17KB
531 lines

pino_utils

general rust utility functions and macros

crates.io docs.rs MIT/Apache 2.0

INCLUDED UTILITIES

  • control_flow: control flow related macros
  • cmp: utilities for comparing things
  • ansi_string: construct strings that include ansi escape codes
  • enum_string: stringify enum variants

lib.rs:

Common rust utilities

  • control_flow: control flow related macros
  • cmp: utilities for comparing things
  • ansi_string: construct strings that include ansi escape codes
  • enum_string: stringify enum variants

Dependencies

~1.5MB
~32K SLoC