755f7b9a6d0644b12bab32c738eca4221b176108
[awesomized/libmemcached] / docs / source / libhashkit.rst
1 Introducing libhashkit
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 of useful hashing algorithm.
14
15 libhashkit is distributed with libmemcached.
16
17 SEE ALSO
18 --------
19
20 .. only:: man
21
22 :manpage:`libmemcached(3)`
23 :manpage:`hashkit_create(3)`
24 :manpage:`hashkit_function(3)`
25 :manpage:`hashkit_functions(3)`
26 :manpage:`hashkit_value(3)`
27
28 .. only:: html
29
30 * :doc:`libmemcached`
31 * :doc:`hashkit_create`
32 * :doc:`hashkit_function`
33 * :doc:`hashkit_functions`
34 * :doc:`hashkit_value`
35