X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fstringmap%2F_info;h=5ad40cac2d5d9847f3adb961f0491da592b2dccb;hb=b4cf10d83d46b50468ae52fccaeb99a793505467;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. *