blob: 8866737ae8f3d48ece3525e05642e45a85b3a2ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
======================
Introducing libhashkit
======================
.. code-block:: c
cc [ flag ... ] file ... -lhashkit
#include <libhashkit/hashkit.h>
-----------
DESCRIPTION
-----------
libhashkit is a small and thread-safe client library that provides a collection of useful hashing algorithm. libhashkit is distributed with libmemcached.
----
HOME
----
To find out more information please check:
`http://libmemcached.org/ <http://libmemcached.org/>`_
--------
SEE ALSO
--------
:manpage:`libhashkit(3)`
|