Merge in main doc trunk.
[m6w6/libmemcached] / docs / libhashkit.rst
1 ======================
2 Introducing libhashkit
3 ======================
4
5
6 -------
7 LIBRARY
8 -------
9
10
11 C library collection of useful hashing algorithm (libhashkit, -lhashkit)
12
13
14 --------
15 SYNOPSIS
16 --------
17
18
19 .. code-block:: perl
20
21 cc [ flag ... ] file ... -lhashkit
22
23 #include <libhashkit/hashkit.h>
24
25
26
27 -----------
28 DESCRIPTION
29 -----------
30
31
32 \ **libhashkit**\ is a small and thread-safe client library that provides a collection of useful hashing algorithm. libhashkit is distributed with libmemcached.
33
34
35 ----
36 HOME
37 ----
38
39
40 To find out more information please check:
41 `https://launchpad.net/libmemcached <https://launchpad.net/libmemcached>`_
42
43
44 --------
45 SEE ALSO
46 --------
47
48 :manpage:`libmemcached(3)`
49