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