.. _module-pw_format:

=========
pw_format
=========
.. pigweed-module::
   :name: pw_format

``pw_format`` supports parsing ``printf`` and Rust ``core::fmt`` style format
strings and using them to format output in languages other than C/C++.

Disambiguation: If you're looking for code formatting support, see
:ref:`pw_presubmit <module-pw_presubmit>`.

----
Rust
----
``pw_format``'s Rust API is documented in the
`pw_format crate's docs </rustdoc/pw_format>`_.
