xref: /aosp_15_r20/external/pigweed/pw_format/docs.rst (revision 61c4878ac05f98d0ceed94b57d316916de578985)
1.. _module-pw_format:
2
3=========
4pw_format
5=========
6.. pigweed-module::
7   :name: pw_format
8
9``pw_format`` supports parsing ``printf`` and Rust ``core::fmt`` style format
10strings and using them to format output in languages other than C/C++.
11
12Disambiguation: If you're looking for code formatting support, see
13:ref:`pw_presubmit <module-pw_presubmit>`.
14
15----
16Rust
17----
18``pw_format``'s Rust API is documented in the
19`pw_format crate's docs </rustdoc/pw_format/>`_.
20