X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fstringmap%2F_info;h=5ad40cac2d5d9847f3adb961f0491da592b2dccb;hb=b7f7224b320e4659d0e2d9eba503a1713ede3b48;hp=38f3067826194ecd39e1bad0daf5fb2908f7636e;hpb=083a691fe382eeff1d72754c6d33021192cacc30;p=ccan 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. *