docs: libhashkit
[m6w6/libmemcached] / docs / source / libhashkit.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 SEE ALSO
19 --------
20
21 .. only:: man
22
23 :manpage:`libmemcached(3)`
24 :manpage:`hashkit_create(3)`
25 :manpage:`hashkit_function(3)`
26 :manpage:`hashkit_functions(3)`
27 :manpage:`hashkit_value(3)`
28
29 .. only:: html
30
31 * :doc:`libmemcached`
32 * :doc:`libhashkit/hashkit_create`
33 * :doc:`libhashkit/hashkit_function`
34 * :doc:`libhashkit/hashkit_functions`
35 * :doc:`libhashkit/hashkit_value`
36