Lines Matching refs:pw_string
1 .. _module-pw_string:
4 pw_string title
7 :name: pw_string
43 Check out :ref:`module-pw_string-guide` for more code samples.
61 ``pw_string`` provides safe string handling functionality with an API that
63 allocation and with a *much* smaller :ref:`binary size impact<module-pw_string-size-reports>`.
70 ``pw_string`` is useful any time you need to handle strings in embedded C++.
72 If your project written in C, ``pw_string`` is not a good fit since we don't
80 ``pw_string`` works just as well on larger embedded platforms and host
81 systems. Using ``pw_string`` even when you could get away with ``std:string``
97 :link: module-pw_string-get-started
101 Integrate pw_string into your project and learn common use cases
104 :link: module-pw_string-api
108 Detailed description of the pw_string's classes and methods
113 :link: module-pw_string-design
117 Learn why pw_string is designed the way it is, and upcoming plans
120 :link: module-pw_string-size-reports
124 Understand pw_string's code footprint and savings potential