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