hyperdex 1.1.0

Rust binding for HyperDex, the next-generation distributed key-value store
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
!_TAG_FILE_FORMAT	2	/extended format; --format=1 will not append ;" to lines/
!_TAG_FILE_SORTED	1	/0=unsorted, 1=sorted, 2=foldcase/
!_TAG_PROGRAM_AUTHOR	Darren Hiebert	/dhiebert@users.sourceforge.net/
!_TAG_PROGRAM_NAME	Exuberant Ctags	//
!_TAG_PROGRAM_URL	http://ctags.sourceforge.net	/official site/
!_TAG_PROGRAM_VERSION	5.8	//
Admin	src/admin.rs	/^impl Admin {$/;"	i
Admin	src/admin.rs	/^pub struct Admin {$/;"	s
AdminRequest	src/admin.rs	/^pub struct AdminRequest {$/;"	s
AttributePtr	src/hyperdex_client.rs	/^pub struct AttributePtr(pub *const Struct_hyperdex_client_attribute);$/;"	s
Client	src/bindgen.py	/^from . import Client$/;"	i
Client	src/client.rs	/^        impl Client {$/;"	i
Client	src/client.rs	/^impl Client {$/;"	i
Client	src/client.rs	/^pub struct Client {$/;"	s
Clone for InnerClient	src/client.rs	/^impl Clone for InnerClient {$/;"	i
Display for HyperError	src/common.rs	/^impl Display for HyperError {$/;"	i
Display for HyperObjectKeyError	src/client_types.rs	/^impl Display for HyperObjectKeyError {$/;"	i
Enum_hyperdatatype	src/hyperdex.rs	/^pub type Enum_hyperdatatype = ::libc::c_uint;$/;"	T
Enum_hyperdatatype	src/hyperdex_hyperspace_builder.rs	/^pub type Enum_hyperdatatype = ::libc::c_uint;$/;"	T
Enum_hyperdex_admin_returncode	src/hyperdex_admin.rs	/^pub type Enum_hyperdex_admin_returncode = ::libc::c_uint;$/;"	T
Enum_hyperdex_client_returncode	src/hyperdex_client.rs	/^pub type Enum_hyperdex_client_returncode = ::libc::c_uint;$/;"	T
Enum_hyperdex_ds_returncode	src/hyperdex_datastructures.rs	/^pub type Enum_hyperdex_ds_returncode = ::libc::c_uint;$/;"	T
Enum_hyperpredicate	src/hyperdex.rs	/^pub type Enum_hyperpredicate = ::libc::c_uint;$/;"	T
Enum_hyperpredicate	src/hyperdex_hyperspace_builder.rs	/^pub type Enum_hyperpredicate = ::libc::c_uint;$/;"	T
Enum_hyperspace_returncode	src/hyperdex_hyperspace_builder.rs	/^pub type Enum_hyperspace_returncode = ::libc::c_uint;$/;"	T
Eq for F64	src/client_types.rs	/^impl Eq for F64 {}$/;"	i
F64	src/client_types.rs	/^pub struct F64(pub f64);$/;"	s
FromHyperValue	src/client_types.rs	/^        impl FromHyperValue for $t {$/;"	i
FromHyperValue	src/client_types.rs	/^pub trait FromHyperValue {$/;"	t
HYPERDATATYPE_DOCUMENT	src/hyperdex_hyperspace_builder.rs	/^pub static HYPERDATATYPE_DOCUMENT: ::libc::c_uint = 9223;$/;"	c
HYPERDATATYPE_FLOAT	src/hyperdex_hyperspace_builder.rs	/^pub static HYPERDATATYPE_FLOAT: ::libc::c_uint = 9219;$/;"	c
HYPERDATATYPE_GARBAGE	src/hyperdex_hyperspace_builder.rs	/^pub static HYPERDATATYPE_GARBAGE: ::libc::c_uint = 9727;$/;"	c
HYPERDATATYPE_GENERIC	src/hyperdex_hyperspace_builder.rs	/^pub static HYPERDATATYPE_GENERIC: ::libc::c_uint = 9216;$/;"	c
HYPERDATATYPE_INT64	src/hyperdex_hyperspace_builder.rs	/^pub static HYPERDATATYPE_INT64: ::libc::c_uint = 9218;$/;"	c
HYPERDATATYPE_LIST_FLOAT	src/hyperdex_hyperspace_builder.rs	/^pub static HYPERDATATYPE_LIST_FLOAT: ::libc::c_uint = 9283;$/;"	c
HYPERDATATYPE_LIST_GENERIC	src/hyperdex_hyperspace_builder.rs	/^pub static HYPERDATATYPE_LIST_GENERIC: ::libc::c_uint = 9280;$/;"	c
HYPERDATATYPE_LIST_INT64	src/hyperdex_hyperspace_builder.rs	/^pub static HYPERDATATYPE_LIST_INT64: ::libc::c_uint = 9282;$/;"	c
HYPERDATATYPE_LIST_STRING	src/hyperdex_hyperspace_builder.rs	/^pub static HYPERDATATYPE_LIST_STRING: ::libc::c_uint = 9281;$/;"	c
HYPERDATATYPE_MAP_FLOAT_FLOAT	src/hyperdex_hyperspace_builder.rs	/^pub static HYPERDATATYPE_MAP_FLOAT_FLOAT: ::libc::c_uint = 9435;$/;"	c
HYPERDATATYPE_MAP_FLOAT_INT64	src/hyperdex_hyperspace_builder.rs	/^pub static HYPERDATATYPE_MAP_FLOAT_INT64: ::libc::c_uint = 9434;$/;"	c
HYPERDATATYPE_MAP_FLOAT_KEYONLY	src/hyperdex_hyperspace_builder.rs	/^pub static HYPERDATATYPE_MAP_FLOAT_KEYONLY: ::libc::c_uint = 9432;$/;"	c
HYPERDATATYPE_MAP_FLOAT_STRING	src/hyperdex_hyperspace_builder.rs	/^pub static HYPERDATATYPE_MAP_FLOAT_STRING: ::libc::c_uint = 9433;$/;"	c
HYPERDATATYPE_MAP_GENERIC	src/hyperdex_hyperspace_builder.rs	/^pub static HYPERDATATYPE_MAP_GENERIC: ::libc::c_uint = 9408;$/;"	c
HYPERDATATYPE_MAP_INT64_FLOAT	src/hyperdex_hyperspace_builder.rs	/^pub static HYPERDATATYPE_MAP_INT64_FLOAT: ::libc::c_uint = 9427;$/;"	c
HYPERDATATYPE_MAP_INT64_INT64	src/hyperdex_hyperspace_builder.rs	/^pub static HYPERDATATYPE_MAP_INT64_INT64: ::libc::c_uint = 9426;$/;"	c
HYPERDATATYPE_MAP_INT64_KEYONLY	src/hyperdex_hyperspace_builder.rs	/^pub static HYPERDATATYPE_MAP_INT64_KEYONLY: ::libc::c_uint = 9424;$/;"	c
HYPERDATATYPE_MAP_INT64_STRING	src/hyperdex_hyperspace_builder.rs	/^pub static HYPERDATATYPE_MAP_INT64_STRING: ::libc::c_uint = 9425;$/;"	c
HYPERDATATYPE_MAP_STRING_FLOAT	src/hyperdex_hyperspace_builder.rs	/^pub static HYPERDATATYPE_MAP_STRING_FLOAT: ::libc::c_uint = 9419;$/;"	c
HYPERDATATYPE_MAP_STRING_INT64	src/hyperdex_hyperspace_builder.rs	/^pub static HYPERDATATYPE_MAP_STRING_INT64: ::libc::c_uint = 9418;$/;"	c
HYPERDATATYPE_MAP_STRING_KEYONLY	src/hyperdex_hyperspace_builder.rs	/^pub static HYPERDATATYPE_MAP_STRING_KEYONLY: ::libc::c_uint = 9416;$/;"	c
HYPERDATATYPE_MAP_STRING_STRING	src/hyperdex_hyperspace_builder.rs	/^pub static HYPERDATATYPE_MAP_STRING_STRING: ::libc::c_uint = 9417;$/;"	c
HYPERDATATYPE_SET_FLOAT	src/hyperdex_hyperspace_builder.rs	/^pub static HYPERDATATYPE_SET_FLOAT: ::libc::c_uint = 9347;$/;"	c
HYPERDATATYPE_SET_GENERIC	src/hyperdex_hyperspace_builder.rs	/^pub static HYPERDATATYPE_SET_GENERIC: ::libc::c_uint = 9344;$/;"	c
HYPERDATATYPE_SET_INT64	src/hyperdex_hyperspace_builder.rs	/^pub static HYPERDATATYPE_SET_INT64: ::libc::c_uint = 9346;$/;"	c
HYPERDATATYPE_SET_STRING	src/hyperdex_hyperspace_builder.rs	/^pub static HYPERDATATYPE_SET_STRING: ::libc::c_uint = 9345;$/;"	c
HYPERDATATYPE_STRING	src/hyperdex_hyperspace_builder.rs	/^pub static HYPERDATATYPE_STRING: ::libc::c_uint = 9217;$/;"	c
HYPERDEX_CLIENT_CLUSTER_JUMP	src/hyperdex_client.rs	/^pub static HYPERDEX_CLIENT_CLUSTER_JUMP: ::libc::c_uint = 8531;$/;"	c
HYPERDEX_CLIENT_CMPFAIL	src/hyperdex_client.rs	/^pub static HYPERDEX_CLIENT_CMPFAIL: ::libc::c_uint = 8451;$/;"	c
HYPERDEX_CLIENT_COORDFAIL	src/hyperdex_client.rs	/^pub static HYPERDEX_CLIENT_COORDFAIL: ::libc::c_uint = 8513;$/;"	c
HYPERDEX_CLIENT_DONTUSEKEY	src/hyperdex_client.rs	/^pub static HYPERDEX_CLIENT_DONTUSEKEY: ::libc::c_uint = 8524;$/;"	c
HYPERDEX_CLIENT_DUPEATTR	src/hyperdex_client.rs	/^pub static HYPERDEX_CLIENT_DUPEATTR: ::libc::c_uint = 8521;$/;"	c
HYPERDEX_CLIENT_EXCEPTION	src/hyperdex_client.rs	/^pub static HYPERDEX_CLIENT_EXCEPTION: ::libc::c_uint = 8574;$/;"	c
HYPERDEX_CLIENT_GARBAGE	src/hyperdex_client.rs	/^pub static HYPERDEX_CLIENT_GARBAGE: ::libc::c_uint = 8575;$/;"	c
HYPERDEX_CLIENT_INTERNAL	src/hyperdex_client.rs	/^pub static HYPERDEX_CLIENT_INTERNAL: ::libc::c_uint = 8573;$/;"	c
HYPERDEX_CLIENT_INTERRUPTED	src/hyperdex_client.rs	/^pub static HYPERDEX_CLIENT_INTERRUPTED: ::libc::c_uint = 8530;$/;"	c
HYPERDEX_CLIENT_NOMEM	src/hyperdex_client.rs	/^pub static HYPERDEX_CLIENT_NOMEM: ::libc::c_uint = 8526;$/;"	c
HYPERDEX_CLIENT_NONEPENDING	src/hyperdex_client.rs	/^pub static HYPERDEX_CLIENT_NONEPENDING: ::libc::c_uint = 8523;$/;"	c
HYPERDEX_CLIENT_NOTFOUND	src/hyperdex_client.rs	/^pub static HYPERDEX_CLIENT_NOTFOUND: ::libc::c_uint = 8449;$/;"	c
HYPERDEX_CLIENT_OFFLINE	src/hyperdex_client.rs	/^pub static HYPERDEX_CLIENT_OFFLINE: ::libc::c_uint = 8533;$/;"	c
HYPERDEX_CLIENT_OVERFLOW	src/hyperdex_client.rs	/^pub static HYPERDEX_CLIENT_OVERFLOW: ::libc::c_uint = 8516;$/;"	c
HYPERDEX_CLIENT_POLLFAILED	src/hyperdex_client.rs	/^pub static HYPERDEX_CLIENT_POLLFAILED: ::libc::c_uint = 8515;$/;"	c
HYPERDEX_CLIENT_READONLY	src/hyperdex_client.rs	/^pub static HYPERDEX_CLIENT_READONLY: ::libc::c_uint = 8452;$/;"	c
HYPERDEX_CLIENT_RECONFIGURE	src/hyperdex_client.rs	/^pub static HYPERDEX_CLIENT_RECONFIGURE: ::libc::c_uint = 8517;$/;"	c
HYPERDEX_CLIENT_SEARCHDONE	src/hyperdex_client.rs	/^pub static HYPERDEX_CLIENT_SEARCHDONE: ::libc::c_uint = 8450;$/;"	c
HYPERDEX_CLIENT_SERVERERROR	src/hyperdex_client.rs	/^pub static HYPERDEX_CLIENT_SERVERERROR: ::libc::c_uint = 8514;$/;"	c
HYPERDEX_CLIENT_SUCCESS	src/hyperdex_client.rs	/^pub static HYPERDEX_CLIENT_SUCCESS: ::libc::c_uint = 8448;$/;"	c
HYPERDEX_CLIENT_TIMEOUT	src/hyperdex_client.rs	/^pub static HYPERDEX_CLIENT_TIMEOUT: ::libc::c_uint = 8519;$/;"	c
HYPERDEX_CLIENT_UNKNOWNATTR	src/hyperdex_client.rs	/^pub static HYPERDEX_CLIENT_UNKNOWNATTR: ::libc::c_uint = 8520;$/;"	c
HYPERDEX_CLIENT_UNKNOWNSPACE	src/hyperdex_client.rs	/^pub static HYPERDEX_CLIENT_UNKNOWNSPACE: ::libc::c_uint = 8512;$/;"	c
HYPERDEX_CLIENT_WRONGTYPE	src/hyperdex_client.rs	/^pub static HYPERDEX_CLIENT_WRONGTYPE: ::libc::c_uint = 8525;$/;"	c
HYPERDEX_DS_MIXED_TYPES	src/hyperdex_datastructures.rs	/^pub static HYPERDEX_DS_MIXED_TYPES: ::libc::c_uint = 2;$/;"	c
HYPERDEX_DS_NOMEM	src/hyperdex_datastructures.rs	/^pub static HYPERDEX_DS_NOMEM: ::libc::c_uint = 1;$/;"	c
HYPERDEX_DS_STRING_TOO_LONG	src/hyperdex_datastructures.rs	/^pub static HYPERDEX_DS_STRING_TOO_LONG: ::libc::c_uint = 4;$/;"	c
HYPERDEX_DS_SUCCESS	src/hyperdex_datastructures.rs	/^pub static HYPERDEX_DS_SUCCESS: ::libc::c_uint = 0;$/;"	c
HYPERDEX_DS_WRONG_STATE	src/hyperdex_datastructures.rs	/^pub static HYPERDEX_DS_WRONG_STATE: ::libc::c_uint = 3;$/;"	c
HYPERPREDICATE_CONTAINS	src/hyperdex_hyperspace_builder.rs	/^pub static HYPERPREDICATE_CONTAINS: ::libc::c_uint = 9737;$/;"	c
HYPERPREDICATE_CONTAINS_LESS_THAN	src/hyperdex_hyperspace_builder.rs	/^pub static HYPERPREDICATE_CONTAINS_LESS_THAN: ::libc::c_uint = 9732;$/;"	c
HYPERPREDICATE_EQUALS	src/hyperdex_hyperspace_builder.rs	/^pub static HYPERPREDICATE_EQUALS: ::libc::c_uint = 9729;$/;"	c
HYPERPREDICATE_FAIL	src/hyperdex_hyperspace_builder.rs	/^pub static HYPERPREDICATE_FAIL: ::libc::c_uint = 9728;$/;"	c
HYPERPREDICATE_GREATER_EQUAL	src/hyperdex_hyperspace_builder.rs	/^pub static HYPERPREDICATE_GREATER_EQUAL: ::libc::c_uint = 9731;$/;"	c
HYPERPREDICATE_GREATER_THAN	src/hyperdex_hyperspace_builder.rs	/^pub static HYPERPREDICATE_GREATER_THAN: ::libc::c_uint = 9739;$/;"	c
HYPERPREDICATE_LENGTH_EQUALS	src/hyperdex_hyperspace_builder.rs	/^pub static HYPERPREDICATE_LENGTH_EQUALS: ::libc::c_uint = 9734;$/;"	c
HYPERPREDICATE_LENGTH_GREATER_EQUAL	src/hyperdex_hyperspace_builder.rs	/^pub static HYPERPREDICATE_LENGTH_GREATER_EQUAL: ::libc::c_uint = 9736;$/;"	c
HYPERPREDICATE_LENGTH_LESS_EQUAL	src/hyperdex_hyperspace_builder.rs	/^pub static HYPERPREDICATE_LENGTH_LESS_EQUAL: ::libc::c_uint = 9735;$/;"	c
HYPERPREDICATE_LESS_EQUAL	src/hyperdex_hyperspace_builder.rs	/^pub static HYPERPREDICATE_LESS_EQUAL: ::libc::c_uint = 9730;$/;"	c
HYPERPREDICATE_LESS_THAN	src/hyperdex_hyperspace_builder.rs	/^pub static HYPERPREDICATE_LESS_THAN: ::libc::c_uint = 9738;$/;"	c
HYPERPREDICATE_REGEX	src/hyperdex_hyperspace_builder.rs	/^pub static HYPERPREDICATE_REGEX: ::libc::c_uint = 9733;$/;"	c
HYPERSPACE_DUPLICATE	src/hyperdex_hyperspace_builder.rs	/^pub static HYPERSPACE_DUPLICATE: ::libc::c_uint = 8579;$/;"	c
HYPERSPACE_GARBAGE	src/hyperdex_hyperspace_builder.rs	/^pub static HYPERSPACE_GARBAGE: ::libc::c_uint = 8703;$/;"	c
HYPERSPACE_INVALID_NAME	src/hyperdex_hyperspace_builder.rs	/^pub static HYPERSPACE_INVALID_NAME: ::libc::c_uint = 8577;$/;"	c
HYPERSPACE_INVALID_TYPE	src/hyperdex_hyperspace_builder.rs	/^pub static HYPERSPACE_INVALID_TYPE: ::libc::c_uint = 8578;$/;"	c
HYPERSPACE_IS_KEY	src/hyperdex_hyperspace_builder.rs	/^pub static HYPERSPACE_IS_KEY: ::libc::c_uint = 8580;$/;"	c
HYPERSPACE_NO_SUBSPACE	src/hyperdex_hyperspace_builder.rs	/^pub static HYPERSPACE_NO_SUBSPACE: ::libc::c_uint = 8582;$/;"	c
HYPERSPACE_OUT_OF_BOUNDS	src/hyperdex_hyperspace_builder.rs	/^pub static HYPERSPACE_OUT_OF_BOUNDS: ::libc::c_uint = 8583;$/;"	c
HYPERSPACE_SUCCESS	src/hyperdex_hyperspace_builder.rs	/^pub static HYPERSPACE_SUCCESS: ::libc::c_uint = 8576;$/;"	c
HYPERSPACE_UNINDEXABLE	src/hyperdex_hyperspace_builder.rs	/^pub static HYPERSPACE_UNINDEXABLE: ::libc::c_uint = 8584;$/;"	c
HYPERSPACE_UNKNOWN_ATTR	src/hyperdex_hyperspace_builder.rs	/^pub static HYPERSPACE_UNKNOWN_ATTR: ::libc::c_uint = 8581;$/;"	c
Hash for F64	src/client_types.rs	/^impl Hash for F64 {$/;"	i
HyperError	src/common.rs	/^pub struct HyperError {$/;"	s
HyperMapAttribute	src/client_types.rs	/^pub struct HyperMapAttribute {$/;"	s
HyperObject	src/client_types.rs	/^impl HyperObject {$/;"	i
HyperObject	src/client_types.rs	/^pub struct HyperObject {$/;"	s
HyperObjectKeyError	src/client_types.rs	/^pub enum HyperObjectKeyError {$/;"	g
HyperPredicate	src/client_types.rs	/^impl HyperPredicate {$/;"	i
HyperPredicate	src/client_types.rs	/^pub struct HyperPredicate {$/;"	s
HyperPredicateType	src/client_types.rs	/^pub enum HyperPredicateType {$/;"	g
HyperState	src/client_types.rs	/^pub enum HyperState {$/;"	g
HyperValue	src/client_types.rs	/^pub enum HyperValue {$/;"	g
InnerClient	src/client.rs	/^impl InnerClient {$/;"	i
InnerClient	src/client.rs	/^pub struct InnerClient {$/;"	s
NewHyperMapAttribute	src/client.rs	/^macro_rules! NewHyperMapAttribute($/;"	d
NewHyperObject	src/client.rs	/^macro_rules! NewHyperObject($/;"	d
Ord for F64	src/client_types.rs	/^impl Ord for F64 {$/;"	i
PartialEq for F64	src/client_types.rs	/^impl PartialEq for F64 {$/;"	i
PartialOrd for F64	src/client_types.rs	/^impl PartialOrd for F64 {$/;"	i
Request	src/client_types.rs	/^pub struct Request {$/;"	s
SearchState	src/client_types.rs	/^pub struct SearchState {$/;"	s
Struct_hyperdex_admin	src/hyperdex_admin.rs	/^pub enum Struct_hyperdex_admin { }$/;"	g
Struct_hyperdex_admin_perf_counter	src/hyperdex_admin.rs	/^pub struct Struct_hyperdex_admin_perf_counter {$/;"	s
Struct_hyperdex_client	src/hyperdex_client.rs	/^pub enum Struct_hyperdex_client { }$/;"	g
Struct_hyperdex_client_attribute	src/hyperdex_client.rs	/^pub struct Struct_hyperdex_client_attribute {$/;"	s
Struct_hyperdex_client_attribute_check	src/hyperdex_client.rs	/^pub struct Struct_hyperdex_client_attribute_check {$/;"	s
Struct_hyperdex_client_map_attribute	src/hyperdex_client.rs	/^pub struct Struct_hyperdex_client_map_attribute {$/;"	s
Struct_hyperdex_ds_arena	src/hyperdex_datastructures.rs	/^pub enum Struct_hyperdex_ds_arena { }$/;"	g
Struct_hyperdex_ds_iterator	src/hyperdex_datastructures.rs	/^impl Struct_hyperdex_ds_iterator {$/;"	i
Struct_hyperdex_ds_iterator	src/hyperdex_datastructures.rs	/^pub struct Struct_hyperdex_ds_iterator {$/;"	s
Struct_hyperdex_ds_list	src/hyperdex_datastructures.rs	/^pub enum Struct_hyperdex_ds_list { }$/;"	g
Struct_hyperdex_ds_map	src/hyperdex_datastructures.rs	/^pub enum Struct_hyperdex_ds_map { }$/;"	g
Struct_hyperdex_ds_set	src/hyperdex_datastructures.rs	/^pub enum Struct_hyperdex_ds_set { }$/;"	g
Struct_hyperspace	src/hyperdex_hyperspace_builder.rs	/^pub enum Struct_hyperspace { }$/;"	g
ToByteVec	src/client_types.rs	/^impl<'a> ToByteVec for &'a [u8] {$/;"	i
ToByteVec	src/client_types.rs	/^impl<'a> ToByteVec for &'a str {$/;"	i
ToByteVec	src/client_types.rs	/^pub trait ToByteVec {$/;"	t
ToByteVec for String	src/client_types.rs	/^impl ToByteVec for String {$/;"	i
ToByteVec for Vec	src/client_types.rs	/^impl ToByteVec for Vec<u8> {$/;"	i
ToCStr	src/common.rs	/^impl<'a> ToCStr for &'a str {$/;"	i
ToCStr	src/common.rs	/^pub trait ToCStr {$/;"	t
ToCStr for String	src/common.rs	/^impl ToCStr for String {$/;"	i
ToCStr for Vec	src/common.rs	/^impl ToCStr for Vec<u8> {$/;"	i
ToHyperValue	src/client_types.rs	/^impl<'a> ToHyperValue for &'a str {$/;"	i
ToHyperValue	src/client_types.rs	/^pub trait ToHyperValue {$/;"	t
ToHyperValue for BTreeSet	src/client_types.rs	/^impl ToHyperValue for BTreeSet<F64> {$/;"	i
ToHyperValue for BTreeSet	src/client_types.rs	/^impl ToHyperValue for BTreeSet<String> {$/;"	i
ToHyperValue for BTreeSet	src/client_types.rs	/^impl ToHyperValue for BTreeSet<Vec<u8>> {$/;"	i
ToHyperValue for BTreeSet	src/client_types.rs	/^impl ToHyperValue for BTreeSet<i64> {$/;"	i
ToHyperValue for BTreeSet	src/client_types.rs	/^impl<'a> ToHyperValue for BTreeSet<&'a str> {$/;"	i
ToHyperValue for HashMap	src/client_types.rs	/^impl ToHyperValue for HashMap<F64, f64> {$/;"	i
ToHyperValue for HashMap	src/client_types.rs	/^impl ToHyperValue for HashMap<F64, i64> {$/;"	i
ToHyperValue for HashMap	src/client_types.rs	/^impl ToHyperValue for HashMap<i64, f64> {$/;"	i
ToHyperValue for HashMap	src/client_types.rs	/^impl ToHyperValue for HashMap<i64, i64> {$/;"	i
ToHyperValue for HashMap	src/client_types.rs	/^impl<K: ToByteVec + Hash + Eq, V: ToByteVec> ToHyperValue for HashMap<K, V> {$/;"	i
ToHyperValue for HashMap	src/client_types.rs	/^impl<K: ToByteVec + Hash + Eq> ToHyperValue for HashMap<K, f64> {$/;"	i
ToHyperValue for HashMap	src/client_types.rs	/^impl<K: ToByteVec + Hash + Eq> ToHyperValue for HashMap<K, i64> {$/;"	i
ToHyperValue for HashMap	src/client_types.rs	/^impl<V: ToByteVec> ToHyperValue for HashMap<F64, V> {$/;"	i
ToHyperValue for HashMap	src/client_types.rs	/^impl<V: ToByteVec> ToHyperValue for HashMap<i64, V> {$/;"	i
ToHyperValue for String	src/client_types.rs	/^impl ToHyperValue for String {$/;"	i
ToHyperValue for Vec	src/client_types.rs	/^impl ToHyperValue for Vec<String> {$/;"	i
ToHyperValue for Vec	src/client_types.rs	/^impl ToHyperValue for Vec<Vec<u8>> {$/;"	i
ToHyperValue for Vec	src/client_types.rs	/^impl ToHyperValue for Vec<f64> {$/;"	i
ToHyperValue for Vec	src/client_types.rs	/^impl ToHyperValue for Vec<i64> {$/;"	i
ToHyperValue for Vec	src/client_types.rs	/^impl ToHyperValue for Vec<u8> {$/;"	i
ToHyperValue for Vec	src/client_types.rs	/^impl<'a> ToHyperValue for Vec<&'a str> {$/;"	i
ToHyperValue for f64	src/client_types.rs	/^impl ToHyperValue for f64 {$/;"	i
ToHyperValue for i64	src/client_types.rs	/^impl ToHyperValue for i64 {$/;"	i
add_space	src/admin.rs	/^    pub fn add_space(&self, desc: &str) -> Result<(), HyperError> {$/;"	f
admin	src/lib.rs	/^mod admin;$/;"	m
async_add_or_remove_space	src/admin.rs	/^    fn async_add_or_remove_space(&self, desc: &str, func: &str) -> Future<Result<(), HyperError>> {$/;"	f
async_add_space	src/admin.rs	/^    pub fn async_add_space(&self, desc: &str) -> Future<Result<(), HyperError>> {$/;"	f
async_dump_config	src/admin.rs	/^    pub fn async_dump_config(&self) -> Future<Result<String, HyperError>> {$/;"	f
async_dump_config_or_list_spaces	src/admin.rs	/^    fn async_dump_config_or_list_spaces(&self, func: &str) -> Future<Result<String, HyperError>> {$/;"	f
async_list_spaces	src/admin.rs	/^    pub fn async_list_spaces(&self) -> Future<Result<String, HyperError>> {$/;"	f
async_remove_space	src/admin.rs	/^    pub fn async_remove_space(&self, desc: &str) -> Future<Result<(), HyperError>> {$/;"	f
build_hyperobject	src/client.rs	/^unsafe fn build_hyperobject(c_attrs: *const Struct_hyperdex_client_attribute, c_attrs_sz: size_t) -> Result<HyperObject, String> {$/;"	f
client	src/lib.rs	/^mod client;$/;"	m
client_types	src/lib.rs	/^mod client_types;$/;"	m
clone	src/client.rs	/^    fn clone(&self) -> InnerClient {$/;"	f
cmp	src/client_types.rs	/^    fn cmp(&self, other: &F64) -> Ordering {$/;"	f
common	src/lib.rs	/^mod common;$/;"	m
convert_attributenames	src/client.rs	/^unsafe fn convert_attributenames(arena: *mut Struct_hyperdex_ds_arena, attrs: Vec<String>)$/;"	f
convert_cstring	src/client.rs	/^unsafe fn convert_cstring(arena: *mut Struct_hyperdex_ds_arena, s: String) -> Result<*const i8, String> {$/;"	f
convert_hyperobject	src/client.rs	/^unsafe fn convert_hyperobject(arena: *mut Struct_hyperdex_ds_arena, obj: HyperObject) -> Result<Vec<Struct_hyperdex_client_attribute>, String> {$/;"	f
convert_map_attributes	src/client.rs	/^unsafe fn convert_map_attributes(arena: *mut Struct_hyperdex_ds_arena, mapattrs: Vec<HyperMapAttribute>)$/;"	f
convert_predicates	src/client.rs	/^unsafe fn convert_predicates(arena: *mut Struct_hyperdex_ds_arena, predicates: Vec<HyperPredicate>)$/;"	f
convert_type	src/client.rs	/^unsafe fn convert_type(arena: *mut Struct_hyperdex_ds_arena, val: HyperValue) -> Result<(*const i8, size_t, Enum_hyperdatatype), String> {$/;"	f
coord_addr	src/test.rs	/^static coord_addr: &'static str = "127.0.0.1:1982";$/;"	c
dump_config	src/admin.rs	/^    pub fn dump_config(&self) -> Result<String, HyperError> {$/;"	f
eq	src/client_types.rs	/^    fn eq(&self, other: &F64) -> bool {$/;"	f
fault_tolerance	src/admin.rs	/^    fn fault_tolerance<S>(&self, space: S, ft: u64) -> Result<(), HyperError> where S: ToCStr {$/;"	f
fmt	src/client_types.rs	/^    fn fmt(&self, f: &mut Formatter) -> Result<(), Error> {$/;"	f
fmt	src/common.rs	/^    fn fmt(&self, f: &mut Formatter) -> Result<(), Error> {$/;"	f
from_hyper	src/client_types.rs	/^            fn from_hyper(val: HyperValue) -> Result<$t, HyperObjectKeyError> {$/;"	f
from_hyper	src/client_types.rs	/^    fn from_hyper(val: HyperValue) -> Result<Self, HyperObjectKeyError>;$/;"	f
from_hypervalue_impl	src/client_types.rs	/^macro_rules! from_hypervalue_impl($/;"	d
generate_wrapper	src/bindgen.py	/^def generate_wrapper(method):$/;"	f
get	src/client_types.rs	/^    pub fn get<K, T>(&self, attr: K) -> Result<T, HyperObjectKeyError> where K: ToString, T: FromHyperValue {$/;"	f
get_admin_error	src/common.rs	/^pub fn get_admin_error(admin: *mut Struct_hyperdex_admin, status: u32) -> HyperError {$/;"	f
get_client_error	src/common.rs	/^pub fn get_client_error(client: *mut Struct_hyperdex_client, status: u32) -> HyperError {$/;"	f
hash	src/client_types.rs	/^    fn hash<H: hash::Hasher>(&self, state: &mut H) {$/;"	f
hyperdex	src/lib.rs	/^mod hyperdex;$/;"	m
hyperdex_admin	src/lib.rs	/^mod hyperdex_admin;$/;"	m
hyperdex_admin_add_index	src/admin.rs	/^    pub fn hyperdex_admin_add_index<S, A>(&self, space: S, attribute: A)$/;"	f
hyperdex_admin_add_index	src/hyperdex_admin.rs	/^    pub fn hyperdex_admin_add_index(admin: *mut Struct_hyperdex_admin,$/;"	f
hyperdex_admin_add_space	src/hyperdex_admin.rs	/^    pub fn hyperdex_admin_add_space(admin: *mut Struct_hyperdex_admin,$/;"	f
hyperdex_admin_backup	src/hyperdex_admin.rs	/^    pub fn hyperdex_admin_backup(admin: *mut Struct_hyperdex_admin,$/;"	f
hyperdex_admin_create	src/hyperdex_admin.rs	/^    pub fn hyperdex_admin_create(coordinator: *const ::libc::c_char,$/;"	f
hyperdex_admin_destroy	src/hyperdex_admin.rs	/^    pub fn hyperdex_admin_destroy(admin: *mut Struct_hyperdex_admin);$/;"	f
hyperdex_admin_disable_perf_counters	src/hyperdex_admin.rs	/^    pub fn hyperdex_admin_disable_perf_counters(admin:$/;"	f
hyperdex_admin_dump_config	src/hyperdex_admin.rs	/^    pub fn hyperdex_admin_dump_config(admin: *mut Struct_hyperdex_admin,$/;"	f
hyperdex_admin_enable_perf_counters	src/hyperdex_admin.rs	/^    pub fn hyperdex_admin_enable_perf_counters(admin:$/;"	f
hyperdex_admin_error_location	src/hyperdex_admin.rs	/^    pub fn hyperdex_admin_error_location(admin: *mut Struct_hyperdex_admin) ->$/;"	f
hyperdex_admin_error_message	src/hyperdex_admin.rs	/^    pub fn hyperdex_admin_error_message(admin: *mut Struct_hyperdex_admin) ->$/;"	f
hyperdex_admin_fault_tolerance	src/hyperdex_admin.rs	/^    pub fn hyperdex_admin_fault_tolerance(admin: *mut Struct_hyperdex_admin,$/;"	f
hyperdex_admin_list_spaces	src/hyperdex_admin.rs	/^    pub fn hyperdex_admin_list_spaces(admin: *mut Struct_hyperdex_admin,$/;"	f
hyperdex_admin_loop	src/hyperdex_admin.rs	/^    pub fn hyperdex_admin_loop(admin: *mut Struct_hyperdex_admin,$/;"	f
hyperdex_admin_mv_space	src/admin.rs	/^    pub fn hyperdex_admin_mv_space<S, T>(&self, source: S, target: T)$/;"	f
hyperdex_admin_mv_space	src/hyperdex_admin.rs	/^    pub fn hyperdex_admin_mv_space(admin: *mut Struct_hyperdex_admin,$/;"	f
hyperdex_admin_raw_backup	src/hyperdex_admin.rs	/^    pub fn hyperdex_admin_raw_backup(host: *const ::libc::c_char,$/;"	f
hyperdex_admin_read_only	src/hyperdex_admin.rs	/^    pub fn hyperdex_admin_read_only(admin: *mut Struct_hyperdex_admin,$/;"	f
hyperdex_admin_returncode_to_string	src/hyperdex_admin.rs	/^    pub fn hyperdex_admin_returncode_to_string(arg1:$/;"	f
hyperdex_admin_rm_index	src/admin.rs	/^    pub fn hyperdex_admin_rm_index<S, A>(&self, idx: u64) -> Result<(), HyperError> {$/;"	f
hyperdex_admin_rm_index	src/hyperdex_admin.rs	/^    pub fn hyperdex_admin_rm_index(admin: *mut Struct_hyperdex_admin,$/;"	f
hyperdex_admin_rm_space	src/hyperdex_admin.rs	/^    pub fn hyperdex_admin_rm_space(admin: *mut Struct_hyperdex_admin,$/;"	f
hyperdex_admin_server_forget	src/hyperdex_admin.rs	/^    pub fn hyperdex_admin_server_forget(admin: *mut Struct_hyperdex_admin,$/;"	f
hyperdex_admin_server_kill	src/hyperdex_admin.rs	/^    pub fn hyperdex_admin_server_kill(admin: *mut Struct_hyperdex_admin,$/;"	f
hyperdex_admin_server_offline	src/hyperdex_admin.rs	/^    pub fn hyperdex_admin_server_offline(admin: *mut Struct_hyperdex_admin,$/;"	f
hyperdex_admin_server_online	src/hyperdex_admin.rs	/^    pub fn hyperdex_admin_server_online(admin: *mut Struct_hyperdex_admin,$/;"	f
hyperdex_admin_server_register	src/hyperdex_admin.rs	/^    pub fn hyperdex_admin_server_register(admin: *mut Struct_hyperdex_admin,$/;"	f
hyperdex_admin_validate_space	src/hyperdex_admin.rs	/^    pub fn hyperdex_admin_validate_space(admin: *mut Struct_hyperdex_admin,$/;"	f
hyperdex_admin_wait_until_stable	src/hyperdex_admin.rs	/^    pub fn hyperdex_admin_wait_until_stable(admin: *mut Struct_hyperdex_admin,$/;"	f
hyperdex_client	src/lib.rs	/^mod hyperdex_client;$/;"	m
hyperdex_client_atomic_add	src/hyperdex_client.rs	/^    pub fn hyperdex_client_atomic_add(client: *mut Struct_hyperdex_client,$/;"	f
hyperdex_client_atomic_and	src/hyperdex_client.rs	/^    pub fn hyperdex_client_atomic_and(client: *mut Struct_hyperdex_client,$/;"	f
hyperdex_client_atomic_div	src/hyperdex_client.rs	/^    pub fn hyperdex_client_atomic_div(client: *mut Struct_hyperdex_client,$/;"	f
hyperdex_client_atomic_mod	src/hyperdex_client.rs	/^    pub fn hyperdex_client_atomic_mod(client: *mut Struct_hyperdex_client,$/;"	f
hyperdex_client_atomic_mul	src/hyperdex_client.rs	/^    pub fn hyperdex_client_atomic_mul(client: *mut Struct_hyperdex_client,$/;"	f
hyperdex_client_atomic_or	src/hyperdex_client.rs	/^    pub fn hyperdex_client_atomic_or(client: *mut Struct_hyperdex_client,$/;"	f
hyperdex_client_atomic_sub	src/hyperdex_client.rs	/^    pub fn hyperdex_client_atomic_sub(client: *mut Struct_hyperdex_client,$/;"	f
hyperdex_client_atomic_xor	src/hyperdex_client.rs	/^    pub fn hyperdex_client_atomic_xor(client: *mut Struct_hyperdex_client,$/;"	f
hyperdex_client_attribute_type	src/hyperdex_client.rs	/^    pub fn hyperdex_client_attribute_type(client: *mut Struct_hyperdex_client,$/;"	f
hyperdex_client_block	src/hyperdex_client.rs	/^    pub fn hyperdex_client_block(client: *mut Struct_hyperdex_client,$/;"	f
hyperdex_client_cond_atomic_add	src/hyperdex_client.rs	/^    pub fn hyperdex_client_cond_atomic_add(client:$/;"	f
hyperdex_client_cond_atomic_and	src/hyperdex_client.rs	/^    pub fn hyperdex_client_cond_atomic_and(client:$/;"	f
hyperdex_client_cond_atomic_div	src/hyperdex_client.rs	/^    pub fn hyperdex_client_cond_atomic_div(client:$/;"	f
hyperdex_client_cond_atomic_mod	src/hyperdex_client.rs	/^    pub fn hyperdex_client_cond_atomic_mod(client:$/;"	f
hyperdex_client_cond_atomic_mul	src/hyperdex_client.rs	/^    pub fn hyperdex_client_cond_atomic_mul(client:$/;"	f
hyperdex_client_cond_atomic_or	src/hyperdex_client.rs	/^    pub fn hyperdex_client_cond_atomic_or(client: *mut Struct_hyperdex_client,$/;"	f
hyperdex_client_cond_atomic_sub	src/hyperdex_client.rs	/^    pub fn hyperdex_client_cond_atomic_sub(client:$/;"	f
hyperdex_client_cond_atomic_xor	src/hyperdex_client.rs	/^    pub fn hyperdex_client_cond_atomic_xor(client:$/;"	f
hyperdex_client_cond_del	src/hyperdex_client.rs	/^    pub fn hyperdex_client_cond_del(client: *mut Struct_hyperdex_client,$/;"	f
hyperdex_client_cond_list_lpush	src/hyperdex_client.rs	/^    pub fn hyperdex_client_cond_list_lpush(client:$/;"	f
hyperdex_client_cond_list_rpush	src/hyperdex_client.rs	/^    pub fn hyperdex_client_cond_list_rpush(client:$/;"	f
hyperdex_client_cond_map_add	src/hyperdex_client.rs	/^    pub fn hyperdex_client_cond_map_add(client: *mut Struct_hyperdex_client,$/;"	f
hyperdex_client_cond_map_atomic_add	src/hyperdex_client.rs	/^    pub fn hyperdex_client_cond_map_atomic_add(client:$/;"	f
hyperdex_client_cond_map_atomic_and	src/hyperdex_client.rs	/^    pub fn hyperdex_client_cond_map_atomic_and(client:$/;"	f
hyperdex_client_cond_map_atomic_div	src/hyperdex_client.rs	/^    pub fn hyperdex_client_cond_map_atomic_div(client:$/;"	f
hyperdex_client_cond_map_atomic_mod	src/hyperdex_client.rs	/^    pub fn hyperdex_client_cond_map_atomic_mod(client:$/;"	f
hyperdex_client_cond_map_atomic_mul	src/hyperdex_client.rs	/^    pub fn hyperdex_client_cond_map_atomic_mul(client:$/;"	f
hyperdex_client_cond_map_atomic_or	src/hyperdex_client.rs	/^    pub fn hyperdex_client_cond_map_atomic_or(client:$/;"	f
hyperdex_client_cond_map_atomic_sub	src/hyperdex_client.rs	/^    pub fn hyperdex_client_cond_map_atomic_sub(client:$/;"	f
hyperdex_client_cond_map_atomic_xor	src/hyperdex_client.rs	/^    pub fn hyperdex_client_cond_map_atomic_xor(client:$/;"	f
hyperdex_client_cond_map_remove	src/hyperdex_client.rs	/^    pub fn hyperdex_client_cond_map_remove(client:$/;"	f
hyperdex_client_cond_map_string_append	src/hyperdex_client.rs	/^    pub fn hyperdex_client_cond_map_string_append(client:$/;"	f
hyperdex_client_cond_map_string_prepend	src/hyperdex_client.rs	/^    pub fn hyperdex_client_cond_map_string_prepend(client:$/;"	f
hyperdex_client_cond_put	src/hyperdex_client.rs	/^    pub fn hyperdex_client_cond_put(client: *mut Struct_hyperdex_client,$/;"	f
hyperdex_client_cond_set_add	src/hyperdex_client.rs	/^    pub fn hyperdex_client_cond_set_add(client: *mut Struct_hyperdex_client,$/;"	f
hyperdex_client_cond_set_intersect	src/hyperdex_client.rs	/^    pub fn hyperdex_client_cond_set_intersect(client:$/;"	f
hyperdex_client_cond_set_remove	src/hyperdex_client.rs	/^    pub fn hyperdex_client_cond_set_remove(client:$/;"	f
hyperdex_client_cond_set_union	src/hyperdex_client.rs	/^    pub fn hyperdex_client_cond_set_union(client: *mut Struct_hyperdex_client,$/;"	f
hyperdex_client_cond_string_append	src/hyperdex_client.rs	/^    pub fn hyperdex_client_cond_string_append(client:$/;"	f
hyperdex_client_cond_string_prepend	src/hyperdex_client.rs	/^    pub fn hyperdex_client_cond_string_prepend(client:$/;"	f
hyperdex_client_count	src/hyperdex_client.rs	/^    pub fn hyperdex_client_count(client: *mut Struct_hyperdex_client,$/;"	f
hyperdex_client_create	src/hyperdex_client.rs	/^    pub fn hyperdex_client_create(coordinator: *const ::libc::c_char,$/;"	f
hyperdex_client_create_conn_str	src/hyperdex_client.rs	/^    pub fn hyperdex_client_create_conn_str(conn_str: *const ::libc::c_char) ->$/;"	f
hyperdex_client_del	src/hyperdex_client.rs	/^    pub fn hyperdex_client_del(client: *mut Struct_hyperdex_client,$/;"	f
hyperdex_client_destroy	src/hyperdex_client.rs	/^    pub fn hyperdex_client_destroy(client: *mut Struct_hyperdex_client);$/;"	f
hyperdex_client_destroy_attrs	src/hyperdex_client.rs	/^    pub fn hyperdex_client_destroy_attrs(attrs:$/;"	f
hyperdex_client_error_location	src/hyperdex_client.rs	/^    pub fn hyperdex_client_error_location(client: *mut Struct_hyperdex_client)$/;"	f
hyperdex_client_error_message	src/hyperdex_client.rs	/^    pub fn hyperdex_client_error_message(client: *mut Struct_hyperdex_client)$/;"	f
hyperdex_client_get	src/hyperdex_client.rs	/^    pub fn hyperdex_client_get(client: *mut Struct_hyperdex_client,$/;"	f
hyperdex_client_get_partial	src/hyperdex_client.rs	/^    pub fn hyperdex_client_get_partial(client: *mut Struct_hyperdex_client,$/;"	f
hyperdex_client_group_del	src/hyperdex_client.rs	/^    pub fn hyperdex_client_group_del(client: *mut Struct_hyperdex_client,$/;"	f
hyperdex_client_list_lpush	src/hyperdex_client.rs	/^    pub fn hyperdex_client_list_lpush(client: *mut Struct_hyperdex_client,$/;"	f
hyperdex_client_list_rpush	src/hyperdex_client.rs	/^    pub fn hyperdex_client_list_rpush(client: *mut Struct_hyperdex_client,$/;"	f
hyperdex_client_loop	src/hyperdex_client.rs	/^    pub fn hyperdex_client_loop(client: *mut Struct_hyperdex_client,$/;"	f
hyperdex_client_map_add	src/hyperdex_client.rs	/^    pub fn hyperdex_client_map_add(client: *mut Struct_hyperdex_client,$/;"	f
hyperdex_client_map_atomic_add	src/hyperdex_client.rs	/^    pub fn hyperdex_client_map_atomic_add(client: *mut Struct_hyperdex_client,$/;"	f
hyperdex_client_map_atomic_and	src/hyperdex_client.rs	/^    pub fn hyperdex_client_map_atomic_and(client: *mut Struct_hyperdex_client,$/;"	f
hyperdex_client_map_atomic_div	src/hyperdex_client.rs	/^    pub fn hyperdex_client_map_atomic_div(client: *mut Struct_hyperdex_client,$/;"	f
hyperdex_client_map_atomic_mod	src/hyperdex_client.rs	/^    pub fn hyperdex_client_map_atomic_mod(client: *mut Struct_hyperdex_client,$/;"	f
hyperdex_client_map_atomic_mul	src/hyperdex_client.rs	/^    pub fn hyperdex_client_map_atomic_mul(client: *mut Struct_hyperdex_client,$/;"	f
hyperdex_client_map_atomic_or	src/hyperdex_client.rs	/^    pub fn hyperdex_client_map_atomic_or(client: *mut Struct_hyperdex_client,$/;"	f
hyperdex_client_map_atomic_sub	src/hyperdex_client.rs	/^    pub fn hyperdex_client_map_atomic_sub(client: *mut Struct_hyperdex_client,$/;"	f
hyperdex_client_map_atomic_xor	src/hyperdex_client.rs	/^    pub fn hyperdex_client_map_atomic_xor(client: *mut Struct_hyperdex_client,$/;"	f
hyperdex_client_map_remove	src/hyperdex_client.rs	/^    pub fn hyperdex_client_map_remove(client: *mut Struct_hyperdex_client,$/;"	f
hyperdex_client_map_string_append	src/hyperdex_client.rs	/^    pub fn hyperdex_client_map_string_append(client:$/;"	f
hyperdex_client_map_string_prepend	src/hyperdex_client.rs	/^    pub fn hyperdex_client_map_string_prepend(client:$/;"	f
hyperdex_client_poll	src/hyperdex_client.rs	/^    pub fn hyperdex_client_poll(client: *mut Struct_hyperdex_client) ->$/;"	f
hyperdex_client_put	src/hyperdex_client.rs	/^    pub fn hyperdex_client_put(client: *mut Struct_hyperdex_client,$/;"	f
hyperdex_client_put_if_not_exist	src/hyperdex_client.rs	/^    pub fn hyperdex_client_put_if_not_exist(client:$/;"	f
hyperdex_client_returncode_to_string	src/hyperdex_client.rs	/^    pub fn hyperdex_client_returncode_to_string(arg1:$/;"	f
hyperdex_client_search	src/hyperdex_client.rs	/^    pub fn hyperdex_client_search(client: *mut Struct_hyperdex_client,$/;"	f
hyperdex_client_search_describe	src/hyperdex_client.rs	/^    pub fn hyperdex_client_search_describe(client:$/;"	f
hyperdex_client_set_add	src/hyperdex_client.rs	/^    pub fn hyperdex_client_set_add(client: *mut Struct_hyperdex_client,$/;"	f
hyperdex_client_set_intersect	src/hyperdex_client.rs	/^    pub fn hyperdex_client_set_intersect(client: *mut Struct_hyperdex_client,$/;"	f
hyperdex_client_set_remove	src/hyperdex_client.rs	/^    pub fn hyperdex_client_set_remove(client: *mut Struct_hyperdex_client,$/;"	f
hyperdex_client_set_union	src/hyperdex_client.rs	/^    pub fn hyperdex_client_set_union(client: *mut Struct_hyperdex_client,$/;"	f
hyperdex_client_sorted_search	src/hyperdex_client.rs	/^    pub fn hyperdex_client_sorted_search(client: *mut Struct_hyperdex_client,$/;"	f
hyperdex_client_string_append	src/hyperdex_client.rs	/^    pub fn hyperdex_client_string_append(client: *mut Struct_hyperdex_client,$/;"	f
hyperdex_client_string_prepend	src/hyperdex_client.rs	/^    pub fn hyperdex_client_string_prepend(client: *mut Struct_hyperdex_client,$/;"	f
hyperdex_datastructures	src/lib.rs	/^mod hyperdex_datastructures;$/;"	m
hyperdex_ds_allocate_attribute	src/hyperdex_datastructures.rs	/^    pub fn hyperdex_ds_allocate_attribute(arena:$/;"	f
hyperdex_ds_allocate_attribute_check	src/hyperdex_datastructures.rs	/^    pub fn hyperdex_ds_allocate_attribute_check(arena:$/;"	f
hyperdex_ds_allocate_list	src/hyperdex_datastructures.rs	/^    pub fn hyperdex_ds_allocate_list(arena: *mut Struct_hyperdex_ds_arena) ->$/;"	f
hyperdex_ds_allocate_map	src/hyperdex_datastructures.rs	/^    pub fn hyperdex_ds_allocate_map(arena: *mut Struct_hyperdex_ds_arena) ->$/;"	f
hyperdex_ds_allocate_map_attribute	src/hyperdex_datastructures.rs	/^    pub fn hyperdex_ds_allocate_map_attribute(arena:$/;"	f
hyperdex_ds_allocate_set	src/hyperdex_datastructures.rs	/^    pub fn hyperdex_ds_allocate_set(arena: *mut Struct_hyperdex_ds_arena) ->$/;"	f
hyperdex_ds_arena_create	src/hyperdex_datastructures.rs	/^    pub fn hyperdex_ds_arena_create() -> *mut Struct_hyperdex_ds_arena;$/;"	f
hyperdex_ds_arena_destroy	src/hyperdex_datastructures.rs	/^    pub fn hyperdex_ds_arena_destroy(arena: *mut Struct_hyperdex_ds_arena);$/;"	f
hyperdex_ds_copy_float	src/hyperdex_datastructures.rs	/^    pub fn hyperdex_ds_copy_float(arena: *mut Struct_hyperdex_ds_arena,$/;"	f
hyperdex_ds_copy_int	src/hyperdex_datastructures.rs	/^    pub fn hyperdex_ds_copy_int(arena: *mut Struct_hyperdex_ds_arena,$/;"	f
hyperdex_ds_copy_string	src/hyperdex_datastructures.rs	/^    pub fn hyperdex_ds_copy_string(arena: *mut Struct_hyperdex_ds_arena,$/;"	f
hyperdex_ds_iterate_list_float_next	src/hyperdex_datastructures.rs	/^    pub fn hyperdex_ds_iterate_list_float_next(iter:$/;"	f
hyperdex_ds_iterate_list_int_next	src/hyperdex_datastructures.rs	/^    pub fn hyperdex_ds_iterate_list_int_next(iter:$/;"	f
hyperdex_ds_iterate_list_string_next	src/hyperdex_datastructures.rs	/^    pub fn hyperdex_ds_iterate_list_string_next(iter:$/;"	f
hyperdex_ds_iterate_map_float_float_next	src/hyperdex_datastructures.rs	/^    pub fn hyperdex_ds_iterate_map_float_float_next(iter:$/;"	f
hyperdex_ds_iterate_map_float_int_next	src/hyperdex_datastructures.rs	/^    pub fn hyperdex_ds_iterate_map_float_int_next(iter:$/;"	f
hyperdex_ds_iterate_map_float_string_next	src/hyperdex_datastructures.rs	/^    pub fn hyperdex_ds_iterate_map_float_string_next(iter:$/;"	f
hyperdex_ds_iterate_map_int_float_next	src/hyperdex_datastructures.rs	/^    pub fn hyperdex_ds_iterate_map_int_float_next(iter:$/;"	f
hyperdex_ds_iterate_map_int_int_next	src/hyperdex_datastructures.rs	/^    pub fn hyperdex_ds_iterate_map_int_int_next(iter:$/;"	f
hyperdex_ds_iterate_map_int_string_next	src/hyperdex_datastructures.rs	/^    pub fn hyperdex_ds_iterate_map_int_string_next(iter:$/;"	f
hyperdex_ds_iterate_map_string_float_next	src/hyperdex_datastructures.rs	/^    pub fn hyperdex_ds_iterate_map_string_float_next(iter:$/;"	f
hyperdex_ds_iterate_map_string_int_next	src/hyperdex_datastructures.rs	/^    pub fn hyperdex_ds_iterate_map_string_int_next(iter:$/;"	f
hyperdex_ds_iterate_map_string_string_next	src/hyperdex_datastructures.rs	/^    pub fn hyperdex_ds_iterate_map_string_string_next(iter:$/;"	f
hyperdex_ds_iterate_set_float_next	src/hyperdex_datastructures.rs	/^    pub fn hyperdex_ds_iterate_set_float_next(iter:$/;"	f
hyperdex_ds_iterate_set_int_next	src/hyperdex_datastructures.rs	/^    pub fn hyperdex_ds_iterate_set_int_next(iter:$/;"	f
hyperdex_ds_iterate_set_string_next	src/hyperdex_datastructures.rs	/^    pub fn hyperdex_ds_iterate_set_string_next(iter:$/;"	f
hyperdex_ds_iterator_init	src/hyperdex_datastructures.rs	/^    pub fn hyperdex_ds_iterator_init(iter: *mut Struct_hyperdex_ds_iterator,$/;"	f
hyperdex_ds_list_append_float	src/hyperdex_datastructures.rs	/^    pub fn hyperdex_ds_list_append_float(list: *mut Struct_hyperdex_ds_list,$/;"	f
hyperdex_ds_list_append_int	src/hyperdex_datastructures.rs	/^    pub fn hyperdex_ds_list_append_int(list: *mut Struct_hyperdex_ds_list,$/;"	f
hyperdex_ds_list_append_string	src/hyperdex_datastructures.rs	/^    pub fn hyperdex_ds_list_append_string(list: *mut Struct_hyperdex_ds_list,$/;"	f
hyperdex_ds_list_finalize	src/hyperdex_datastructures.rs	/^    pub fn hyperdex_ds_list_finalize(list: *mut Struct_hyperdex_ds_list,$/;"	f
hyperdex_ds_malloc	src/hyperdex_datastructures.rs	/^    pub fn hyperdex_ds_malloc(arena: *mut Struct_hyperdex_ds_arena,$/;"	f
hyperdex_ds_map_finalize	src/hyperdex_datastructures.rs	/^    pub fn hyperdex_ds_map_finalize(arg1: *mut Struct_hyperdex_ds_map,$/;"	f
hyperdex_ds_map_insert_key_float	src/hyperdex_datastructures.rs	/^    pub fn hyperdex_ds_map_insert_key_float(map: *mut Struct_hyperdex_ds_map,$/;"	f
hyperdex_ds_map_insert_key_int	src/hyperdex_datastructures.rs	/^    pub fn hyperdex_ds_map_insert_key_int(map: *mut Struct_hyperdex_ds_map,$/;"	f
hyperdex_ds_map_insert_key_string	src/hyperdex_datastructures.rs	/^    pub fn hyperdex_ds_map_insert_key_string(map: *mut Struct_hyperdex_ds_map,$/;"	f
hyperdex_ds_map_insert_val_float	src/hyperdex_datastructures.rs	/^    pub fn hyperdex_ds_map_insert_val_float(map: *mut Struct_hyperdex_ds_map,$/;"	f
hyperdex_ds_map_insert_val_int	src/hyperdex_datastructures.rs	/^    pub fn hyperdex_ds_map_insert_val_int(map: *mut Struct_hyperdex_ds_map,$/;"	f
hyperdex_ds_map_insert_val_string	src/hyperdex_datastructures.rs	/^    pub fn hyperdex_ds_map_insert_val_string(map: *mut Struct_hyperdex_ds_map,$/;"	f
hyperdex_ds_pack_float	src/hyperdex_datastructures.rs	/^    pub fn hyperdex_ds_pack_float(num: ::libc::c_double,$/;"	f
hyperdex_ds_pack_int	src/hyperdex_datastructures.rs	/^    pub fn hyperdex_ds_pack_int(num: int64_t, buf: *mut ::libc::c_char);$/;"	f
hyperdex_ds_set_finalize	src/hyperdex_datastructures.rs	/^    pub fn hyperdex_ds_set_finalize(arg1: *mut Struct_hyperdex_ds_set,$/;"	f
hyperdex_ds_set_insert_float	src/hyperdex_datastructures.rs	/^    pub fn hyperdex_ds_set_insert_float(set: *mut Struct_hyperdex_ds_set,$/;"	f
hyperdex_ds_set_insert_int	src/hyperdex_datastructures.rs	/^    pub fn hyperdex_ds_set_insert_int(set: *mut Struct_hyperdex_ds_set,$/;"	f
hyperdex_ds_set_insert_string	src/hyperdex_datastructures.rs	/^    pub fn hyperdex_ds_set_insert_string(set: *mut Struct_hyperdex_ds_set,$/;"	f
hyperdex_ds_unpack_float	src/hyperdex_datastructures.rs	/^    pub fn hyperdex_ds_unpack_float(buf: *const ::libc::c_char,$/;"	f
hyperdex_ds_unpack_int	src/hyperdex_datastructures.rs	/^    pub fn hyperdex_ds_unpack_int(buf: *const ::libc::c_char, buf_sz: size_t,$/;"	f
hyperdex_hyperspace_builder	src/lib.rs	/^mod hyperdex_hyperspace_builder;$/;"	m
hyperspace_add_attribute	src/hyperdex_hyperspace_builder.rs	/^    pub fn hyperspace_add_attribute(space: *mut Struct_hyperspace,$/;"	f
hyperspace_add_index	src/hyperdex_hyperspace_builder.rs	/^    pub fn hyperspace_add_index(space: *mut Struct_hyperspace,$/;"	f
hyperspace_add_subspace	src/hyperdex_hyperspace_builder.rs	/^    pub fn hyperspace_add_subspace(space: *mut Struct_hyperspace) ->$/;"	f
hyperspace_add_subspace_attribute	src/hyperdex_hyperspace_builder.rs	/^    pub fn hyperspace_add_subspace_attribute(space: *mut Struct_hyperspace,$/;"	f
hyperspace_create	src/hyperdex_hyperspace_builder.rs	/^    pub fn hyperspace_create() -> *mut Struct_hyperspace;$/;"	f
hyperspace_destroy	src/hyperdex_hyperspace_builder.rs	/^    pub fn hyperspace_destroy(space: *mut Struct_hyperspace);$/;"	f
hyperspace_error	src/hyperdex_hyperspace_builder.rs	/^    pub fn hyperspace_error(space: *mut Struct_hyperspace) ->$/;"	f
hyperspace_parse	src/hyperdex_hyperspace_builder.rs	/^    pub fn hyperspace_parse(desc: *const ::libc::c_char) ->$/;"	f
hyperspace_set_fault_tolerance	src/hyperdex_hyperspace_builder.rs	/^    pub fn hyperspace_set_fault_tolerance(space: *mut Struct_hyperspace,$/;"	f
hyperspace_set_key	src/hyperdex_hyperspace_builder.rs	/^    pub fn hyperspace_set_key(space: *mut Struct_hyperspace,$/;"	f
hyperspace_set_name	src/hyperdex_hyperspace_builder.rs	/^    pub fn hyperspace_set_name(space: *mut Struct_hyperspace,$/;"	f
hyperspace_set_number_of_partitions	src/hyperdex_hyperspace_builder.rs	/^    pub fn hyperspace_set_number_of_partitions(space: *mut Struct_hyperspace,$/;"	f
insert	src/client_types.rs	/^    pub fn insert<K, V>(&mut self, attr: K, val: V) where K: ToString, V: ToHyperValue {$/;"	f
int16_t	src/hyperdex_hyperspace_builder.rs	/^pub type int16_t = ::libc::c_short;$/;"	T
int32_t	src/hyperdex_hyperspace_builder.rs	/^pub type int32_t = ::libc::c_int;$/;"	T
int64_t	src/hyperdex_hyperspace_builder.rs	/^pub type int64_t = ::libc::c_long;$/;"	T
int8_t	src/hyperdex_hyperspace_builder.rs	/^pub type int8_t = ::libc::c_char;$/;"	T
int_fast16_t	src/hyperdex_hyperspace_builder.rs	/^pub type int_fast16_t = ::libc::c_long;$/;"	T
int_fast32_t	src/hyperdex_hyperspace_builder.rs	/^pub type int_fast32_t = ::libc::c_long;$/;"	T
int_fast64_t	src/hyperdex_hyperspace_builder.rs	/^pub type int_fast64_t = ::libc::c_long;$/;"	T
int_fast8_t	src/hyperdex_hyperspace_builder.rs	/^pub type int_fast8_t = ::libc::c_char;$/;"	T
int_least16_t	src/hyperdex_hyperspace_builder.rs	/^pub type int_least16_t = ::libc::c_short;$/;"	T
int_least32_t	src/hyperdex_hyperspace_builder.rs	/^pub type int_least32_t = ::libc::c_int;$/;"	T
int_least64_t	src/hyperdex_hyperspace_builder.rs	/^pub type int_least64_t = ::libc::c_long;$/;"	T
int_least8_t	src/hyperdex_hyperspace_builder.rs	/^pub type int_least8_t = ::libc::c_char;$/;"	T
intmax_t	src/hyperdex_hyperspace_builder.rs	/^pub type intmax_t = ::libc::c_long;$/;"	T
intptr_t	src/hyperdex_hyperspace_builder.rs	/^pub type intptr_t = ::libc::c_long;$/;"	T
list_spaces	src/admin.rs	/^    pub fn list_spaces(&self) -> Result<String, HyperError> {$/;"	f
make_fn_spacename_key_attributenames_status_attributes	src/client.rs	/^macro_rules! make_fn_spacename_key_attributenames_status_attributes($/;"	d
make_fn_spacename_key_attributes_status	src/client.rs	/^macro_rules! make_fn_spacename_key_attributes_status($/;"	d
make_fn_spacename_key_mapattributes_status	src/client.rs	/^macro_rules! make_fn_spacename_key_mapattributes_status($/;"	d
make_fn_spacename_key_predicates_attributes_status	src/client.rs	/^macro_rules! make_fn_spacename_key_predicates_attributes_status($/;"	d
make_fn_spacename_key_predicates_mapattributes_status	src/client.rs	/^macro_rules! make_fn_spacename_key_predicates_mapattributes_status($/;"	d
make_fn_spacename_key_status	src/client.rs	/^macro_rules! make_fn_spacename_key_status($/;"	d
make_fn_spacename_key_status_attributes	src/client.rs	/^macro_rules! make_fn_spacename_key_status_attributes($/;"	d
new	src/admin.rs	/^    pub fn new(coordinator: SocketAddr) -> Result<Admin, String> {$/;"	f
new	src/client.rs	/^    pub fn new(coordinator: SocketAddr) -> Result<Client, String> {$/;"	f
new	src/client_types.rs	/^    pub fn new() -> HyperObject {$/;"	f
new	src/client_types.rs	/^    pub fn new<A, T>(attr: A, predicate: HyperPredicateType, value: T)$/;"	f
new	src/hyperdex_datastructures.rs	/^    pub fn new() -> Struct_hyperdex_ds_iterator {$/;"	f
partial_cmp	src/client_types.rs	/^    fn partial_cmp(&self, other: &F64) -> Option<Ordering> {$/;"	f
read_only	src/admin.rs	/^    fn read_only(&self, ro: bool) -> Result<(), HyperError> {$/;"	f
remove_space	src/admin.rs	/^    pub fn remove_space(&self, desc: &str) -> Result<(), HyperError> {$/;"	f
run_forever	src/client.rs	/^    fn run_forever(&mut self, shutdown_rx: Receiver<()>) {$/;"	f
search	src/client.rs	/^    pub fn search<S>(&mut self, space: S, checks: Vec<HyperPredicate>)$/;"	f
space_desc	src/test.rs	/^static space_desc: &'static str = "$/;"	c
space_name	src/test.rs	/^static space_name: &'static str = "contacts";$/;"	c
test	src/lib.rs	/^mod test;$/;"	m
test_add_and_get_objects	src/test.rs	/^fn test_add_and_get_objects() {$/;"	f
test_add_and_rm_space	src/test.rs	/^fn test_add_and_rm_space() {$/;"	f
test_add_and_search_objects	src/test.rs	/^fn test_add_and_search_objects() {$/;"	f
test_get_nonexistent_objects	src/test.rs	/^fn test_get_nonexistent_objects() {$/;"	f
to_bytes	src/client_types.rs	/^    fn to_bytes(&self) -> Vec<u8> {$/;"	f
to_bytes	src/client_types.rs	/^    fn to_bytes(&self) -> Vec<u8>;$/;"	f
to_bytes_with_len	src/common.rs	/^pub unsafe fn to_bytes_with_len(ptr: *const ::libc::c_char, len: u64) -> Vec<u8> {$/;"	f
to_c_str	src/common.rs	/^    fn to_c_str(self) -> CString {$/;"	f
to_c_str	src/common.rs	/^    fn to_c_str(self) -> CString;$/;"	f
to_hyper	src/client_types.rs	/^    fn to_hyper(self) -> HyperValue {$/;"	f
to_hyper	src/client_types.rs	/^    fn to_hyper(self) -> HyperValue;$/;"	f
to_string	src/common.rs	/^pub unsafe fn to_string(ptr: *const ::libc::c_char) -> String {$/;"	f
uint16_t	src/hyperdex_hyperspace_builder.rs	/^pub type uint16_t = ::libc::c_ushort;$/;"	T
uint32_t	src/hyperdex_hyperspace_builder.rs	/^pub type uint32_t = ::libc::c_uint;$/;"	T
uint64_t	src/hyperdex_hyperspace_builder.rs	/^pub type uint64_t = ::libc::c_ulong;$/;"	T
uint8_t	src/hyperdex_hyperspace_builder.rs	/^pub type uint8_t = ::libc::c_uchar;$/;"	T
uint_fast16_t	src/hyperdex_hyperspace_builder.rs	/^pub type uint_fast16_t = ::libc::c_ulong;$/;"	T
uint_fast32_t	src/hyperdex_hyperspace_builder.rs	/^pub type uint_fast32_t = ::libc::c_ulong;$/;"	T
uint_fast64_t	src/hyperdex_hyperspace_builder.rs	/^pub type uint_fast64_t = ::libc::c_ulong;$/;"	T
uint_fast8_t	src/hyperdex_hyperspace_builder.rs	/^pub type uint_fast8_t = ::libc::c_uchar;$/;"	T
uint_least16_t	src/hyperdex_hyperspace_builder.rs	/^pub type uint_least16_t = ::libc::c_ushort;$/;"	T
uint_least32_t	src/hyperdex_hyperspace_builder.rs	/^pub type uint_least32_t = ::libc::c_uint;$/;"	T
uint_least64_t	src/hyperdex_hyperspace_builder.rs	/^pub type uint_least64_t = ::libc::c_ulong;$/;"	T
uint_least8_t	src/hyperdex_hyperspace_builder.rs	/^pub type uint_least8_t = ::libc::c_uchar;$/;"	T
uintmax_t	src/hyperdex_hyperspace_builder.rs	/^pub type uintmax_t = ::libc::c_ulong;$/;"	T
uintptr_t	src/hyperdex_hyperspace_builder.rs	/^pub type uintptr_t = ::libc::c_ulong;$/;"	T
validate_space	src/admin.rs	/^    fn validate_space<D>(&self, desc: D) -> Result<(), HyperError> where D: ToCStr {$/;"	f
wait_until_stable	src/admin.rs	/^    fn wait_until_stable(&self) -> Result<(), HyperError> {$/;"	f