# HG changeset patch # User Mike Becker # Date 1739545205 -3600 # Node ID 6e78f45b17c3d1c8fac6a5d9a2703d3c673ef1f5 # Parent 543988762f656fd6b7c38710ca80ddbd13db983d add link summary text to strings and buffers topic there should be more text to explain the what and why relates to #451 diff -r 543988762f65 -r 6e78f45b17c3 docs/Writerside/topics/strings.md --- a/docs/Writerside/topics/strings.md Fri Feb 14 15:39:59 2025 +0100 +++ b/docs/Writerside/topics/strings.md Fri Feb 14 16:00:05 2025 +0100 @@ -1,1 +1,7 @@ # Strings and Buffers + +For an improved experience when working with strings, +UCX provides an API to work with structures that store a [string](string.h.md) together with its length, +as well as a more sophisticated [buffer](buffer.h.md) API for working with text of dynamic or unknown length. + +