Fri, 14 Feb 2025 16:00:05 +0100
add link summary text to strings and buffers topic
there should be more text to explain the what and why
relates to #451
1141 | 1 | # Strings and Buffers |
1208
6e78f45b17c3
add link summary text to strings and buffers topic
Mike Becker <universe@uap-core.de>
parents:
1141
diff
changeset
|
2 | |
6e78f45b17c3
add link summary text to strings and buffers topic
Mike Becker <universe@uap-core.de>
parents:
1141
diff
changeset
|
3 | For an improved experience when working with strings, |
6e78f45b17c3
add link summary text to strings and buffers topic
Mike Becker <universe@uap-core.de>
parents:
1141
diff
changeset
|
4 | UCX provides an API to work with structures that store a [string](string.h.md) together with its length, |
6e78f45b17c3
add link summary text to strings and buffers topic
Mike Becker <universe@uap-core.de>
parents:
1141
diff
changeset
|
5 | as well as a more sophisticated [buffer](buffer.h.md) API for working with text of dynamic or unknown length. |
6e78f45b17c3
add link summary text to strings and buffers topic
Mike Becker <universe@uap-core.de>
parents:
1141
diff
changeset
|
6 | |
6e78f45b17c3
add link summary text to strings and buffers topic
Mike Becker <universe@uap-core.de>
parents:
1141
diff
changeset
|
7 |