Lines Matching refs:pw_string
1 .. _module-pw_string-guide:
7 :name: pw_string
9 .. _module-pw_string-get-started:
17 Add ``@pigweed//pw_string`` to the ``deps`` list in your Bazel target:
25 "@pigweed//pw_string",
31 ``@pigweed//pw_string:format``.
57 Add ``pw_string`` to your ``pw_add_library`` or similar CMake target:
66 pw_string
71 ``pw_string.builder``, etc.
75 There are two ways to use ``pw_string`` from a Zephyr project:
77 #. Depend on ``pw_string`` in your CMake target (see CMake tab). This is
82 which causes ``pw_string`` to become a global dependency and have the
116 #include "pw_string/string_builder.h"
131 #include "pw_string/string_builder.h"
145 .. _module-pw_string-guide-stringbuilder:
154 #include "pw_string/string_builder.h"
184 #include "pw_string/string.h"
221 #include "pw_string/string.h"
323 #include "pw_string/to_string.h"