docs: add changelogs [ci skip]
[m6w6/libmemcached] / docs / source / libhashkit / index.rst
1 libhashkit - C/C++ hashing library
2 ==================================
3
4 SYNOPSIS
5 --------
6
7 #include <libhashkit-|libhashkit_version|/hashkit.h>
8 Compile and link with -lhashkit.
9
10 DESCRIPTION
11 -----------
12
13 `libhashkit` is a small and thread-safe client library that provides a collection
14 of useful hashing algorithms.
15
16 `libhashkit` is distributed with `libmemcached`.
17
18 .. toctree::
19 :titlesonly:
20 :caption: Hashkit API
21
22 hashkit_create
23 hashkit_function
24 hashkit_functions
25 hashkit_value
26
27 SEE ALSO
28 --------
29
30 .. only:: man
31
32 :manpage:`libmemcached(3)`
33 :manpage:`hashkit_create(3)`
34 :manpage:`hashkit_function(3)`
35 :manpage:`hashkit_functions(3)`
36 :manpage:`hashkit_value(3)`
37
38 .. only:: html
39
40 * :doc:`../libmemcached`