`powerfmt` is a library that provides utilities for formatting values.
This crate makes it significantly easier to support filling to a
minimum width with alignment, avoid heap allocation, and avoid
repetitive calculations.
This package contains library source intended for building other packages which
use the "alloc" feature of the "powerfmt" crate.