X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=docs%2Fsource%2Flibhashkit%2Findex.rst;h=1624655962410adf999a79f74c2103c7faf46079;hb=18f81009ed414fd399a6ba9c7894fcd89b14ce75;hp=3915fd9f3070d8fe61cc618712ffa80f43dec2df;hpb=28c4d79e109e11d7d2a9f3189de57da28302ec68;p=awesomized%2Flibmemcached diff --git a/docs/source/libhashkit/index.rst b/docs/source/libhashkit/index.rst index 3915fd9f..16246559 100644 --- a/docs/source/libhashkit/index.rst +++ b/docs/source/libhashkit/index.rst @@ -1,5 +1,19 @@ -libhashkit API -============== +libhashkit - C/C++ hashing library +================================== + +SYNOPSIS +-------- + +#include + Compile and link with -lhashkit. + +DESCRIPTION +----------- + +`libhashkit` is a small and thread-safe client library that provides a collection +of useful hashing algorithms. + +`libhashkit` is distributed with `libmemcached`. .. toctree:: :titlesonly: @@ -9,3 +23,18 @@ libhashkit API hashkit_function hashkit_functions hashkit_value + +SEE ALSO +-------- + +.. only:: man + + :manpage:`libmemcached(3)` + :manpage:`hashkit_create(3)` + :manpage:`hashkit_function(3)` + :manpage:`hashkit_functions(3)` + :manpage:`hashkit_value(3)` + +.. only:: html + + * :doc:`../libmemcached`