blob: b5d4731033ab494124946b5b934a5d1c06c398c5 [file] [log] [blame]
.. _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>`_.