X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fstringmap%2F_info;h=5ad40cac2d5d9847f3adb961f0491da592b2dccb;hp=38f3067826194ecd39e1bad0daf5fb2908f7636e;hb=06e0037d97f5e1d83667ec40627cef862f3b7b85;hpb=3c81225fc0a4fb99d10282ebf11b7ec6ae1eabdd diff --git a/ccan/stringmap/_info b/ccan/stringmap/_info index 38f30678..5ad40cac 100644 --- a/ccan/stringmap/_info +++ b/ccan/stringmap/_info @@ -5,7 +5,8 @@ /** * stringmap - Macros for mapping strings to things * - * stringmap provides a generic string map via macros. + * stringmap provides a generic string map via macros. It also supports byte + * strings with null characters. * * Features which are sorely lacking in this version of stringmap are deletion and traversal. *