blob: 3cd388d7669253eb2271c7c024107830f411fff8 [file] [log] [blame]
.. _module-pw_format:
=========
pw_format
=========
.. pigweed-module::
:name: pw_format
:tagline: String formatting
:status: experimental
:languages: Rust
``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>`_.