crush-sys 0.1.2

Rust implementation of the CRUSH (Controlled Replication Under Scalable Hashing) algorithm
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include/crush

Name: libcrush
Description: 
Version: @VERSION@
Requires:
Conflicts:
Libs: -L${libdir} -lcrush -lm
Cflags: -I${includedir}