Crate chj_util

Source

Modules§

  • Debug trace
  • Wrapper around the backtrace crate to show only part of the stack frames (skip some at the beginning and end).
  • Tools for performance debugging.
  • A 24-bit unsigned integer type that only takes up 24 bits of space (unlike u24 in the ux crate which takes up “as much space as the smallest integer type that can contain [it]” and hence 32 bits?)
  • Printing statements to stderr for debugging purposes

Macros§