slog-async 0.2.0-alpha2

Asynchronous drain for slog-rs
Documentation
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
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
!_TAG_FILE_FORMAT	2	/extended format; --format=1 will not append ;" to lines/
!_TAG_FILE_SORTED	1	/0=unsorted, 1=sorted, 2=foldcase/
ASCII_LOWERCASE_MAP	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^static ASCII_LOWERCASE_MAP: [u8; 256] =$/;"	c
AsFmtSerializer	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^struct AsFmtSerializer<F>(pub F)$/;"	s
Async	/home/dpc/lab/rust/slog/async/lib.rs	/^impl Async {$/;"	i
Async	/home/dpc/lab/rust/slog/async/lib.rs	/^pub struct Async {$/;"	s
Async	/home/dpc/lab/rust/slog/async/target/package/slog-async-0.2.0-alpha1/lib.rs	/^impl Async {$/;"	i
Async	/home/dpc/lab/rust/slog/async/target/package/slog-async-0.2.0-alpha1/lib.rs	/^pub struct Async {$/;"	s
AsyncBuilder	/home/dpc/lab/rust/slog/async/lib.rs	/^impl<D, T> AsyncBuilder<D, T>$/;"	i
AsyncBuilder	/home/dpc/lab/rust/slog/async/lib.rs	/^pub struct AsyncBuilder<D, T>$/;"	s
AsyncBuilder	/home/dpc/lab/rust/slog/async/target/package/slog-async-0.2.0-alpha1/lib.rs	/^impl<D, T> AsyncBuilder<D, T>$/;"	i
AsyncBuilder	/home/dpc/lab/rust/slog/async/target/package/slog-async-0.2.0-alpha1/lib.rs	/^pub struct AsyncBuilder<D, T>$/;"	s
AsyncCore	/home/dpc/lab/rust/slog/async/lib.rs	/^impl AsyncCore {$/;"	i
AsyncCore	/home/dpc/lab/rust/slog/async/lib.rs	/^pub struct AsyncCore {$/;"	s
AsyncCore	/home/dpc/lab/rust/slog/async/target/package/slog-async-0.2.0-alpha1/lib.rs	/^impl AsyncCore {$/;"	i
AsyncCore	/home/dpc/lab/rust/slog/async/target/package/slog-async-0.2.0-alpha1/lib.rs	/^pub struct AsyncCore {$/;"	s
AsyncError	/home/dpc/lab/rust/slog/async/lib.rs	/^pub enum AsyncError {$/;"	g
AsyncError	/home/dpc/lab/rust/slog/async/target/package/slog-async-0.2.0-alpha1/lib.rs	/^pub enum AsyncError {$/;"	g
AsyncMsg	/home/dpc/lab/rust/slog/async/lib.rs	/^enum AsyncMsg {$/;"	g
AsyncMsg	/home/dpc/lab/rust/slog/async/target/package/slog-async-0.2.0-alpha1/lib.rs	/^enum AsyncMsg {$/;"	g
AsyncRecord	/home/dpc/lab/rust/slog/async/lib.rs	/^struct AsyncRecord {$/;"	s
AsyncRecord	/home/dpc/lab/rust/slog/async/target/package/slog-async-0.2.0-alpha1/lib.rs	/^struct AsyncRecord {$/;"	s
AsyncResult	/home/dpc/lab/rust/slog/async/lib.rs	/^pub type AsyncResult<T> = std::result::Result<T, AsyncError>;$/;"	T
AsyncResult	/home/dpc/lab/rust/slog/async/target/package/slog-async-0.2.0-alpha1/lib.rs	/^pub type AsyncResult<T> = std::result::Result<T, AsyncError>;$/;"	T
BorrowedKV	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^impl<'a> BorrowedKV<'a> {$/;"	i
BorrowedKV	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^pub struct BorrowedKV<'a>(#[doc(hidden)]$/;"	s
BorrowedKVIterator	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^pub struct BorrowedKVIterator<'a> {$/;"	s
CachedIntoIter	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^pub type CachedIntoIter<T> = Chain<OptionIter<Box<T>>, IntoIter<T>>;$/;"	T
CachedIterMut	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^pub type CachedIterMut<'a, T> = Chain<OptionIter<&'a mut Box<T>>, IterMut<'a, T>>;$/;"	T
CachedThreadLocal	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^impl<T: ?Sized + Send> CachedThreadLocal<T> {$/;"	i
CachedThreadLocal	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^impl<T: Send + Default> CachedThreadLocal<T> {$/;"	i
CachedThreadLocal	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^pub struct CachedThreadLocal<T: ?Sized + Send> {$/;"	s
CheckOwned	/home/dpc/lab/rust/slog/async/../slog-rs/src/tests.rs	/^        struct CheckOwned;$/;"	s
Clone for TableEntry	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^impl<T: ?Sized + Send> Clone for TableEntry<T> {$/;"	i
Default for CachedThreadLocal	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^impl<T: ?Sized + Send> Default for CachedThreadLocal<T> {$/;"	i
Default for ThreadLocal	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^impl<T: ?Sized + Send> Default for ThreadLocal<T> {$/;"	i
Discard	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^pub struct Discard;$/;"	s
DiscardMaker	/home/dpc/lab/rust/slog/async/../slog-rs/src/makers.rs	/^pub struct DiscardMaker<InnerMaker>(InnerMaker);$/;"	s
Drain	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^pub trait Drain {$/;"	t
Drain for Arc	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^impl<D: Drain + ?Sized> Drain for Arc<D> {$/;"	i
Drain for Async	/home/dpc/lab/rust/slog/async/lib.rs	/^impl Drain for Async {$/;"	i
Drain for Async	/home/dpc/lab/rust/slog/async/target/package/slog-async-0.2.0-alpha1/lib.rs	/^impl Drain for Async {$/;"	i
Drain for AsyncCore	/home/dpc/lab/rust/slog/async/lib.rs	/^impl Drain for AsyncCore {$/;"	i
Drain for AsyncCore	/home/dpc/lab/rust/slog/async/target/package/slog-async-0.2.0-alpha1/lib.rs	/^impl Drain for AsyncCore {$/;"	i
Drain for Box	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^impl<D: Drain + ?Sized> Drain for Box<D> {$/;"	i
Drain for CheckOwned	/home/dpc/lab/rust/slog/async/../slog-rs/src/tests.rs	/^        impl Drain for CheckOwned {$/;"	i
Drain for Discard	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^impl Drain for Discard {$/;"	i
Drain for Duplicate	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^impl<D1: Drain, D2: Drain> Drain for Duplicate<D1, D2> {$/;"	i
Drain for Filter	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^impl<D: Drain, F> Drain for Filter<D, F>$/;"	i
Drain for Fuse	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^impl<D: Drain> Drain for Fuse<D>$/;"	i
Drain for IgnoreResult	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^impl<D: Drain> Drain for IgnoreResult<D> {$/;"	i
Drain for LevelFilter	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^impl<D: Drain> Drain for LevelFilter<D> {$/;"	i
Drain for Logger	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^impl Drain for Logger {$/;"	i
Drain for MapError	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^impl<D: Drain, E> Drain for MapError<D, E> {$/;"	i
Drain for std	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^impl<D: Drain> Drain for std::sync::Mutex<D> {$/;"	i
DrainExt	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^pub trait DrainExt: Drain {$/;"	t
DrainExt for D	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^impl<D: Drain> DrainExt for D {}$/;"	i
DrainMaker	/home/dpc/lab/rust/slog/async/../slog-rs/src/makers.rs	/^impl<FrTo> DrainMaker<FrTo> for ()$/;"	i
DrainMaker	/home/dpc/lab/rust/slog/async/../slog-rs/src/makers.rs	/^pub trait DrainMaker<Fr: Drain> {$/;"	t
DrainMaker for DiscardMaker	/home/dpc/lab/rust/slog/async/../slog-rs/src/makers.rs	/^impl<Fr, InnerMaker> DrainMaker<Fr> for DiscardMaker<InnerMaker>$/;"	i
DrainMaker for FilterMaker	/home/dpc/lab/rust/slog/async/../slog-rs/src/makers.rs	/^impl<Fr, InnerMaker, F> DrainMaker<Fr> for FilterMaker<InnerMaker, F>$/;"	i
DrainMaker for FuseMaker	/home/dpc/lab/rust/slog/async/../slog-rs/src/makers.rs	/^impl<Fr, InnerMaker> DrainMaker<Fr> for FuseMaker<InnerMaker>$/;"	i
Drop for Async	/home/dpc/lab/rust/slog/async/lib.rs	/^impl Drop for Async {$/;"	i
Drop for Async	/home/dpc/lab/rust/slog/async/target/package/slog-async-0.2.0-alpha1/lib.rs	/^impl Drop for Async {$/;"	i
Drop for AsyncCore	/home/dpc/lab/rust/slog/async/lib.rs	/^impl Drop for AsyncCore {$/;"	i
Drop for AsyncCore	/home/dpc/lab/rust/slog/async/target/package/slog-async-0.2.0-alpha1/lib.rs	/^impl Drop for AsyncCore {$/;"	i
Drop for ExitOnSuddenDrop	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/take_mut-0.1.3/src/exit_on_panic.rs	/^impl Drop for ExitOnSuddenDrop {$/;"	i
Drop for Foo	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/take_mut-0.1.3/src/lib.rs	/^    impl Drop for Foo {$/;"	i
Drop for PushFnSerializer	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^impl<'a> Drop for PushFnSerializer<'a> {$/;"	i
Drop for ThreadLocal	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^impl<T: ?Sized + Send> Drop for ThreadLocal<T> {$/;"	i
Duplicate	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^impl<D1: Drain, D2: Drain> Duplicate<D1, D2> {$/;"	i
Duplicate	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^pub struct Duplicate<D1: Drain, D2: Drain>(pub D1, pub D2);$/;"	s
Err	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    type Err = ();$/;"	T
Err	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    type Err = (result::Result<D1::Ok, D1::Err>, result::Result<D2::Ok, D2::Err>);$/;"	T
Err	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    type Err = D::Err;$/;"	T
Err	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    type Err = E;$/;"	T
Err	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    type Err = MutexDrainError<D>;$/;"	T
Err	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    type Err = Never;$/;"	T
Err	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    type Err;$/;"	T
Err	/home/dpc/lab/rust/slog/async/../slog-rs/src/tests.rs	/^            type Err = Never;$/;"	T
Err	/home/dpc/lab/rust/slog/async/lib.rs	/^    type Err = AsyncError;$/;"	T
Err	/home/dpc/lab/rust/slog/async/target/package/slog-async-0.2.0-alpha1/lib.rs	/^    type Err = AsyncError;$/;"	T
Error	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^pub enum Error {$/;"	g
ExactSizeIterator for IntoIter	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^impl<T: ?Sized + Send> ExactSizeIterator for IntoIter<T> {}$/;"	i
ExactSizeIterator for IterMut	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^impl<'a, T: ?Sized + Send + 'a> ExactSizeIterator for IterMut<'a, T> {}$/;"	i
ExitOnSuddenDrop	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/take_mut-0.1.3/src/exit_on_panic.rs	/^impl ExitOnSuddenDrop {$/;"	i
ExitOnSuddenDrop	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/take_mut-0.1.3/src/exit_on_panic.rs	/^struct ExitOnSuddenDrop;$/;"	s
Filter	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^impl<D: Drain, F> Filter<D, F>$/;"	i
Filter	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^pub struct Filter<D: Drain, F>(pub D, pub F)$/;"	s
FilterLevel	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^impl FilterLevel {$/;"	i
FilterLevel	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^pub enum FilterLevel {$/;"	g
FilterMaker	/home/dpc/lab/rust/slog/async/../slog-rs/src/makers.rs	/^pub struct FilterMaker<InnerMaker, F>$/;"	s
FnValue	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^pub struct FnValue<V: 'static + Value, F>(pub F)$/;"	s
Foo	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/take_mut-0.1.3/src/lib.rs	/^    enum Foo {A, B};$/;"	g
Foo	/home/dpc/lab/rust/slog/async/../slog-rs/src/tests.rs	/^    impl Foo {$/;"	i
Foo	/home/dpc/lab/rust/slog/async/../slog-rs/src/tests.rs	/^    struct Foo;$/;"	s
From	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^impl<'a, D : Drain> From<std::sync::PoisonError<std::sync::MutexGuard<'a, D>>> for MutexDrainError<D> {$/;"	i
From	/home/dpc/lab/rust/slog/async/lib.rs	/^impl<D, T> From<AsyncBuilder<D, T>> for AsyncCore$/;"	i
From	/home/dpc/lab/rust/slog/async/lib.rs	/^impl<D> From<AsyncBuilder<D, Async>> for Async$/;"	i
From	/home/dpc/lab/rust/slog/async/lib.rs	/^impl<T> From<mpsc::TrySendError<T>> for AsyncError {$/;"	i
From	/home/dpc/lab/rust/slog/async/lib.rs	/^impl<T> From<std::sync::PoisonError<T>> for AsyncError {$/;"	i
From	/home/dpc/lab/rust/slog/async/lib.rs	/^impl<T> From<std::sync::TryLockError<T>> for AsyncError {$/;"	i
From	/home/dpc/lab/rust/slog/async/target/package/slog-async-0.2.0-alpha1/lib.rs	/^impl<D, T> From<AsyncBuilder<D, T>> for AsyncCore$/;"	i
From	/home/dpc/lab/rust/slog/async/target/package/slog-async-0.2.0-alpha1/lib.rs	/^impl<D> From<AsyncBuilder<D, Async>> for Async$/;"	i
From	/home/dpc/lab/rust/slog/async/target/package/slog-async-0.2.0-alpha1/lib.rs	/^impl<T> From<mpsc::TrySendError<T>> for AsyncError {$/;"	i
From	/home/dpc/lab/rust/slog/async/target/package/slog-async-0.2.0-alpha1/lib.rs	/^impl<T> From<std::sync::PoisonError<T>> for AsyncError {$/;"	i
From	/home/dpc/lab/rust/slog/async/target/package/slog-async-0.2.0-alpha1/lib.rs	/^impl<T> From<std::sync::TryLockError<T>> for AsyncError {$/;"	i
From for Error	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^impl From<core::fmt::Error> for Error {$/;"	i
From for Error	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^impl From<std::io::Error> for Error {$/;"	i
From for std	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^impl From<Error> for std::io::Error {$/;"	i
FromStr for FilterLevel	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^impl FromStr for FilterLevel {$/;"	i
Fuse	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^impl<D: Drain> Fuse<D> {$/;"	i
Fuse	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^pub struct Fuse<D: Drain>(pub D);$/;"	s
FuseMaker	/home/dpc/lab/rust/slog/async/../slog-rs/src/makers.rs	/^pub struct FuseMaker<InnerMaker>(InnerMaker);$/;"	s
IgnoreResult	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^impl<D: Drain> IgnoreResult<D> {$/;"	i
IgnoreResult	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^pub struct IgnoreResult<D: Drain> {$/;"	s
IntoIter	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^    type IntoIter = CachedIntoIter<T>;$/;"	T
IntoIter	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^    type IntoIter = CachedIterMut<'a, T>;$/;"	T
IntoIter	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^    type IntoIter = IntoIter<T>;$/;"	T
IntoIter	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^    type IntoIter = IterMut<'a, T>;$/;"	T
IntoIter	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^pub struct IntoIter<T: ?Sized + Send> {$/;"	s
IntoIterator	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^impl<'a, T: ?Sized + Send + 'a> IntoIterator for &'a mut CachedThreadLocal<T> {$/;"	i
IntoIterator	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^impl<'a, T: ?Sized + Send + 'a> IntoIterator for &'a mut ThreadLocal<T> {$/;"	i
IntoIterator for CachedThreadLocal	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^impl<T: ?Sized + Send> IntoIterator for CachedThreadLocal<T> {$/;"	i
IntoIterator for ThreadLocal	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^impl<T: ?Sized + Send> IntoIterator for ThreadLocal<T> {$/;"	i
Item	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^    type Item = &'a mut Box<T>;$/;"	T
Item	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^    type Item = Box<T>;$/;"	T
Item	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    type Item = &'a KV;$/;"	T
Item	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    type Item = &'a OwnedKV;$/;"	T
IterMut	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^pub struct IterMut<'a, T: ?Sized + Send + 'a> {$/;"	s
Iterator for BorrowedKVIterator	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^impl<'a> Iterator for BorrowedKVIterator<'a> {$/;"	i
Iterator for IntoIter	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^impl<T: ?Sized + Send> Iterator for IntoIter<T> {$/;"	i
Iterator for IterMut	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^impl<'a, T: ?Sized + Send + 'a> Iterator for IterMut<'a, T> {$/;"	i
Iterator for OwnedKVListGroupIterator	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^impl<'a> Iterator for OwnedKVListGroupIterator<'a> {$/;"	i
Iterator for OwnedKVListIterator	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^impl<'a> Iterator for OwnedKVListIterator<'a> {$/;"	i
KV	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^impl KV for () {$/;"	i
KV	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^impl<T: KV, R: KV> KV for (T, R) {$/;"	i
KV	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^pub trait KV {$/;"	t
KV for Arc	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^impl<T> KV for Arc<T>$/;"	i
KV for BorrowedKV	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^impl<'a> KV for BorrowedKV<'a> {$/;"	i
KV for Box	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^impl<T> KV for Box<T>$/;"	i
KV for OwnedKV	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^impl KV for OwnedKV {$/;"	i
KV for SingleKV	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^impl<V> KV for SingleKV<V>$/;"	i
Key	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^pub type Key = &'static str;$/;"	T
LOC	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^        static LOC : $crate::RecordLocation = $crate::RecordLocation {$/;"	c
LOG_LEVEL_NAMES	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^pub static LOG_LEVEL_NAMES: [&'static str; 7] =$/;"	c
LOG_LEVEL_SHORT_NAMES	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^pub static LOG_LEVEL_SHORT_NAMES: [&'static str; 7] =$/;"	c
Level	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^impl Level {$/;"	i
Level	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^pub enum Level {$/;"	g
LevelFilter	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^impl<D: Drain> LevelFilter<D> {$/;"	i
LevelFilter	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^pub struct LevelFilter<D: Drain>(pub D, pub Level);$/;"	s
Logger	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^impl Logger {$/;"	i
Logger	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^pub struct Logger {$/;"	s
MapError	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^impl<D: Drain, E> MapError<D, E> {$/;"	i
MapError	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^pub struct MapError<D: Drain, E> {$/;"	s
MutexDrainError	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^pub enum MutexDrainError<D: Drain> {$/;"	g
Never	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^pub type Never = NeverStruct;$/;"	T
NeverStruct	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^struct NeverStruct(());$/;"	s
Ok	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    type Ok = ();$/;"	T
Ok	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    type Ok = (D1::Ok, D2::Ok);$/;"	T
Ok	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    type Ok = D::Ok;$/;"	T
Ok	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    type Ok = Option<D::Ok>;$/;"	T
Ok	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    type Ok;$/;"	T
Ok	/home/dpc/lab/rust/slog/async/../slog-rs/src/tests.rs	/^            type Ok = ();$/;"	T
Ok	/home/dpc/lab/rust/slog/async/lib.rs	/^    type Ok = ();$/;"	T
Ok	/home/dpc/lab/rust/slog/async/target/package/slog-async-0.2.0-alpha1/lib.rs	/^    type Ok = ();$/;"	T
OwnedKV	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^pub struct OwnedKV(#[doc(hidden)]$/;"	s
OwnedKVList	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^impl OwnedKVList {$/;"	i
OwnedKVList	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^pub struct OwnedKVList {$/;"	s
OwnedKVListGroupIterator	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^impl<'a> OwnedKVListGroupIterator<'a> {$/;"	i
OwnedKVListGroupIterator	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^pub struct OwnedKVListGroupIterator<'a> {$/;"	s
OwnedKVListIterator	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^impl<'a> OwnedKVListIterator<'a> {$/;"	i
OwnedKVListIterator	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^pub struct OwnedKVListIterator<'a> {$/;"	s
OwnedKVListNode	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^struct OwnedKVListNode {$/;"	s
OwnedKeyValueList	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^pub type OwnedKeyValueList = OwnedKVList;$/;"	T
PushFnSerializer	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^impl<'a> PushFnSerializer<'a> {$/;"	i
PushFnSerializer	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^pub struct PushFnSerializer<'a> {$/;"	s
PushFnValue	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^pub struct PushFnValue<F>(pub F)$/;"	s
PushLazy	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^pub type PushLazy<T> = PushFnValue<T>;$/;"	T
RS	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^        static RS : $crate::RecordStatic<'static> = record_static!($lvl, $tag);$/;"	c
RS	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^        static RS : $crate::RecordStatic<'static> = slog_record_static!($lvl,$/;"	c
RawIter	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^impl<T: ?Sized + Send> RawIter<T> {$/;"	i
RawIter	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^struct RawIter<T: ?Sized + Send> {$/;"	s
Record	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^impl<'a> Record<'a> {$/;"	i
Record	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^pub struct Record<'a> {$/;"	s
RecordLocation	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^pub struct RecordLocation {$/;"	s
RecordStatic	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^pub struct RecordStatic<'a> {$/;"	s
Result	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^pub type Result<T = ()> = result::Result<T, Error>;$/;"	T
STATIC_TERMINATOR_UNIT	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^pub static STATIC_TERMINATOR_UNIT: () = ();$/;"	c
Serialize	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^pub type Serialize = Value;$/;"	T
Serializer	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^pub trait Serializer {$/;"	t
Serializer for AsFmtSerializer	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^impl<F> Serializer for AsFmtSerializer<F>$/;"	i
Serializer for ToSendSerializer	/home/dpc/lab/rust/slog/async/lib.rs	/^impl Serializer for ToSendSerializer {$/;"	i
Serializer for ToSendSerializer	/home/dpc/lab/rust/slog/async/target/package/slog-async-0.2.0-alpha1/lib.rs	/^impl Serializer for ToSendSerializer {$/;"	i
SingleKV	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^pub struct SingleKV<V>(pub Key, pub V) where V: Value;$/;"	s
Sync for CachedThreadLocal	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^unsafe impl<T: ?Sized + Send> Sync for CachedThreadLocal<T> {}$/;"	i
Sync for ThreadLocal	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^unsafe impl<T: ?Sized + Send> Sync for ThreadLocal<T> {}$/;"	i
Table	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^struct Table<T: ?Sized + Send> {$/;"	s
TableEntry	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^struct TableEntry<T: ?Sized + Send> {$/;"	s
ThreadLocal	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^impl<T: ?Sized + Send> ThreadLocal<T> {$/;"	i
ThreadLocal	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^impl<T: Send + Default> ThreadLocal<T> {$/;"	i
ThreadLocal	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^pub struct ThreadLocal<T: ?Sized + Send> {$/;"	s
To	/home/dpc/lab/rust/slog/async/../slog-rs/src/makers.rs	/^    type To = FrTo;$/;"	T
To	/home/dpc/lab/rust/slog/async/../slog-rs/src/makers.rs	/^    type To = InnerMaker::To;$/;"	T
To	/home/dpc/lab/rust/slog/async/../slog-rs/src/makers.rs	/^    type To;$/;"	T
ToSendSerializer	/home/dpc/lab/rust/slog/async/lib.rs	/^impl ToSendSerializer {$/;"	i
ToSendSerializer	/home/dpc/lab/rust/slog/async/lib.rs	/^struct ToSendSerializer {$/;"	s
ToSendSerializer	/home/dpc/lab/rust/slog/async/target/package/slog-async-0.2.0-alpha1/lib.rs	/^impl ToSendSerializer {$/;"	i
ToSendSerializer	/home/dpc/lab/rust/slog/async/target/package/slog-async-0.2.0-alpha1/lib.rs	/^struct ToSendSerializer {$/;"	s
UnwindSafe for CachedThreadLocal	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^impl<T: ?Sized + Send + UnwindSafe> UnwindSafe for CachedThreadLocal<T> {}$/;"	i
UnwindSafe for ThreadLocal	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^impl<T: ?Sized + Send + UnwindSafe> UnwindSafe for ThreadLocal<T> {}$/;"	i
Value	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^        impl Value for $t {$/;"	i
Value	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^impl Value for () {$/;"	i
Value	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^impl<'a> Value for &'a str {$/;"	i
Value	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^pub trait Value {$/;"	t
Value for Arc	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^impl<T> Value for Arc<T>$/;"	i
Value for Box	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^impl Value for Box<Value + Send + 'static> {$/;"	i
Value for F	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^impl<V: 'static + Value, F> Value for F$/;"	i
Value for FnValue	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^impl<V: 'static + Value, F> Value for FnValue<V, F>$/;"	i
Value for Option	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^impl<T: Value> Value for Option<T> {$/;"	i
Value for PushFnValue	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^impl<F> Value for PushFnValue<F>$/;"	i
Value for Rc	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^impl<T> Value for Rc<T>$/;"	i
Value for String	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^impl Value for String {$/;"	i
Value for core	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^impl<T> Value for core::num::Wrapping<T>$/;"	i
Value for fmt	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^impl<'a> Value for fmt::Arguments<'a> {$/;"	i
Value for str	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^impl Value for str {$/;"	i
ValueSerializer	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^pub type ValueSerializer<'a> = PushFnSerializer<'a>;$/;"	T
X	/home/dpc/lab/rust/slog/async/../slog-rs/src/tests.rs	/^    struct X {$/;"	s
__slog_static_max_level	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^pub fn __slog_static_max_level() -> FilterLevel {$/;"	f
append	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    fn append(&self, other: &OwnedKVList) -> OwnedKVList {$/;"	f
as_short_str	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    pub fn as_short_str(&self) -> &'static str {$/;"	f
as_str	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    pub fn as_str(&self) -> &'static str {$/;"	f
as_usize	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    pub fn as_usize(&self) -> usize {$/;"	f
b	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^macro_rules! b($/;"	d
bar	/home/dpc/lab/rust/slog/async/../slog-rs/src/tests.rs	/^        fn bar(&self) -> u32 {$/;"	f
build	/home/dpc/lab/rust/slog/async/lib.rs	/^    pub fn build(self) -> T {$/;"	f
build	/home/dpc/lab/rust/slog/async/target/package/slog-async-0.2.0-alpha1/lib.rs	/^    pub fn build(self) -> T {$/;"	f
cause	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    fn cause(&self) -> Option<&std::error::Error> {$/;"	f
chan_size	/home/dpc/lab/rust/slog/async/lib.rs	/^    pub fn chan_size(mut self, s: usize) -> Self {$/;"	f
chan_size	/home/dpc/lab/rust/slog/async/target/package/slog-async-0.2.0-alpha1/lib.rs	/^    pub fn chan_size(mut self, s: usize) -> Self {$/;"	f
clear	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^    pub fn clear(&mut self) {$/;"	f
clone	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^    fn clone(&self) -> TableEntry<T> {$/;"	f
column	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    pub fn column(&self) -> u32 {$/;"	f
convert::From for OwnedKVList	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^impl convert::From<OwnedKV> for OwnedKVList {$/;"	i
core::fmt::Display for Error	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^impl core::fmt::Display for Error {$/;"	i
crit	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^macro_rules! crit($/;"	d
custom	/home/dpc/lab/rust/slog/async/lib.rs	/^    pub fn custom<D: slog::Drain<Err = slog::Never, Ok = ()> + Send + 'static>$/;"	f
custom	/home/dpc/lab/rust/slog/async/target/package/slog-async-0.2.0-alpha1/lib.rs	/^    pub fn custom<D: slog::Drain<Err = slog::Never, Ok = ()> + Send + 'static>$/;"	f
debug	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^macro_rules! debug($/;"	d
default	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^    fn default() -> CachedThreadLocal<T> {$/;"	f
default	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^    fn default() -> ThreadLocal<T> {$/;"	f
default	/home/dpc/lab/rust/slog/async/lib.rs	/^    pub fn default<D: slog::Drain<Err = slog::Never, Ok = ()> + Send + 'static>$/;"	f
default	/home/dpc/lab/rust/slog/async/target/package/slog-async-0.2.0-alpha1/lib.rs	/^    pub fn default<D: slog::Drain<Err = slog::Never, Ok = ()> + Send + 'static>$/;"	f
description	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    fn description(&self) -> &str {$/;"	f
different_thread	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^    fn different_thread() {$/;"	f
different_thread_cached	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^    fn different_thread_cached() {$/;"	f
discard	/home/dpc/lab/rust/slog/async/../slog-rs/src/makers.rs	/^    fn discard(self) -> DiscardMaker<Self>$/;"	f
done	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/take_mut-0.1.3/src/exit_on_panic.rs	/^    pub fn done(self) {$/;"	f
drop	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/take_mut-0.1.3/src/exit_on_panic.rs	/^    fn drop(&mut self) {$/;"	f
drop	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/take_mut-0.1.3/src/lib.rs	/^        fn drop(&mut self) {$/;"	f
drop	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^    fn drop(&mut self) {$/;"	f
drop	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    fn drop(&mut self) {$/;"	f
drop	/home/dpc/lab/rust/slog/async/lib.rs	/^    fn drop(&mut self) {$/;"	f
drop	/home/dpc/lab/rust/slog/async/target/package/slog-async-0.2.0-alpha1/lib.rs	/^    fn drop(&mut self) {$/;"	f
emit_arguments	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    fn emit_arguments(&mut self, key: Key, val: &fmt::Arguments) -> Result {$/;"	f
emit_arguments	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    fn emit_arguments(&mut self, key: Key, val: &fmt::Arguments) -> Result;$/;"	f
emit_arguments	/home/dpc/lab/rust/slog/async/lib.rs	/^    fn emit_arguments(&mut self,$/;"	f
emit_arguments	/home/dpc/lab/rust/slog/async/target/package/slog-async-0.2.0-alpha1/lib.rs	/^    fn emit_arguments(&mut self,$/;"	f
emit_bool	/home/dpc/lab/rust/slog/async/lib.rs	/^    fn emit_bool(&mut self, key: Key, val: bool) -> slog::Result {$/;"	f
emit_bool	/home/dpc/lab/rust/slog/async/target/package/slog-async-0.2.0-alpha1/lib.rs	/^    fn emit_bool(&mut self, key: Key, val: bool) -> slog::Result {$/;"	f
emit_char	/home/dpc/lab/rust/slog/async/lib.rs	/^    fn emit_char(&mut self, key: Key, val: char) -> slog::Result {$/;"	f
emit_char	/home/dpc/lab/rust/slog/async/target/package/slog-async-0.2.0-alpha1/lib.rs	/^    fn emit_char(&mut self, key: Key, val: char) -> slog::Result {$/;"	f
emit_f32	/home/dpc/lab/rust/slog/async/lib.rs	/^    fn emit_f32(&mut self, key: Key, val: f32) -> slog::Result {$/;"	f
emit_f32	/home/dpc/lab/rust/slog/async/target/package/slog-async-0.2.0-alpha1/lib.rs	/^    fn emit_f32(&mut self, key: Key, val: f32) -> slog::Result {$/;"	f
emit_f64	/home/dpc/lab/rust/slog/async/lib.rs	/^    fn emit_f64(&mut self, key: Key, val: f64) -> slog::Result {$/;"	f
emit_f64	/home/dpc/lab/rust/slog/async/target/package/slog-async-0.2.0-alpha1/lib.rs	/^    fn emit_f64(&mut self, key: Key, val: f64) -> slog::Result {$/;"	f
emit_i16	/home/dpc/lab/rust/slog/async/lib.rs	/^    fn emit_i16(&mut self, key: Key, val: i16) -> slog::Result {$/;"	f
emit_i16	/home/dpc/lab/rust/slog/async/target/package/slog-async-0.2.0-alpha1/lib.rs	/^    fn emit_i16(&mut self, key: Key, val: i16) -> slog::Result {$/;"	f
emit_i32	/home/dpc/lab/rust/slog/async/lib.rs	/^    fn emit_i32(&mut self, key: Key, val: i32) -> slog::Result {$/;"	f
emit_i32	/home/dpc/lab/rust/slog/async/target/package/slog-async-0.2.0-alpha1/lib.rs	/^    fn emit_i32(&mut self, key: Key, val: i32) -> slog::Result {$/;"	f
emit_i64	/home/dpc/lab/rust/slog/async/lib.rs	/^    fn emit_i64(&mut self, key: Key, val: i64) -> slog::Result {$/;"	f
emit_i64	/home/dpc/lab/rust/slog/async/target/package/slog-async-0.2.0-alpha1/lib.rs	/^    fn emit_i64(&mut self, key: Key, val: i64) -> slog::Result {$/;"	f
emit_i8	/home/dpc/lab/rust/slog/async/lib.rs	/^    fn emit_i8(&mut self, key: Key, val: i8) -> slog::Result {$/;"	f
emit_i8	/home/dpc/lab/rust/slog/async/target/package/slog-async-0.2.0-alpha1/lib.rs	/^    fn emit_i8(&mut self, key: Key, val: i8) -> slog::Result {$/;"	f
emit_isize	/home/dpc/lab/rust/slog/async/lib.rs	/^    fn emit_isize(&mut self, key: Key, val: isize) -> slog::Result {$/;"	f
emit_isize	/home/dpc/lab/rust/slog/async/target/package/slog-async-0.2.0-alpha1/lib.rs	/^    fn emit_isize(&mut self, key: Key, val: isize) -> slog::Result {$/;"	f
emit_none	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    fn emit_none(&mut self, key: Key) -> Result {$/;"	f
emit_none	/home/dpc/lab/rust/slog/async/lib.rs	/^    fn emit_none(&mut self, key: Key) -> slog::Result {$/;"	f
emit_none	/home/dpc/lab/rust/slog/async/target/package/slog-async-0.2.0-alpha1/lib.rs	/^    fn emit_none(&mut self, key: Key) -> slog::Result {$/;"	f
emit_str	/home/dpc/lab/rust/slog/async/lib.rs	/^    fn emit_str(&mut self, key: Key, val: &str) -> slog::Result {$/;"	f
emit_str	/home/dpc/lab/rust/slog/async/target/package/slog-async-0.2.0-alpha1/lib.rs	/^    fn emit_str(&mut self, key: Key, val: &str) -> slog::Result {$/;"	f
emit_u16	/home/dpc/lab/rust/slog/async/lib.rs	/^    fn emit_u16(&mut self, key: Key, val: u16) -> slog::Result {$/;"	f
emit_u16	/home/dpc/lab/rust/slog/async/target/package/slog-async-0.2.0-alpha1/lib.rs	/^    fn emit_u16(&mut self, key: Key, val: u16) -> slog::Result {$/;"	f
emit_u32	/home/dpc/lab/rust/slog/async/lib.rs	/^    fn emit_u32(&mut self, key: Key, val: u32) -> slog::Result {$/;"	f
emit_u32	/home/dpc/lab/rust/slog/async/target/package/slog-async-0.2.0-alpha1/lib.rs	/^    fn emit_u32(&mut self, key: Key, val: u32) -> slog::Result {$/;"	f
emit_u64	/home/dpc/lab/rust/slog/async/lib.rs	/^    fn emit_u64(&mut self, key: Key, val: u64) -> slog::Result {$/;"	f
emit_u64	/home/dpc/lab/rust/slog/async/target/package/slog-async-0.2.0-alpha1/lib.rs	/^    fn emit_u64(&mut self, key: Key, val: u64) -> slog::Result {$/;"	f
emit_u8	/home/dpc/lab/rust/slog/async/lib.rs	/^    fn emit_u8(&mut self, key: Key, val: u8) -> slog::Result {$/;"	f
emit_u8	/home/dpc/lab/rust/slog/async/target/package/slog-async-0.2.0-alpha1/lib.rs	/^    fn emit_u8(&mut self, key: Key, val: u8) -> slog::Result {$/;"	f
emit_unit	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    fn emit_unit(&mut self, key: Key) -> Result {$/;"	f
emit_unit	/home/dpc/lab/rust/slog/async/lib.rs	/^    fn emit_unit(&mut self, key: Key) -> slog::Result {$/;"	f
emit_unit	/home/dpc/lab/rust/slog/async/target/package/slog-async-0.2.0-alpha1/lib.rs	/^    fn emit_unit(&mut self, key: Key) -> slog::Result {$/;"	f
emit_usize	/home/dpc/lab/rust/slog/async/lib.rs	/^    fn emit_usize(&mut self, key: Key, val: usize) -> slog::Result {$/;"	f
emit_usize	/home/dpc/lab/rust/slog/async/target/package/slog-async-0.2.0-alpha1/lib.rs	/^    fn emit_usize(&mut self, key: Key, val: usize) -> slog::Result {$/;"	f
error	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^macro_rules! error($/;"	d
exit_on_panic	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/take_mut-0.1.3/src/exit_on_panic.rs	/^pub fn exit_on_panic<R, F: FnOnce() -> R>(f: F) -> R {$/;"	f
exit_on_panic	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/take_mut-0.1.3/src/lib.rs	/^mod exit_on_panic;$/;"	m
expressions	/home/dpc/lab/rust/slog/async/../slog-rs/src/tests.rs	/^fn expressions() {$/;"	f
file	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    pub fn file(&self) -> &'static str {$/;"	f
filter	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    fn filter<F>(self, f: F) -> Filter<Self, F>$/;"	f
filter	/home/dpc/lab/rust/slog/async/../slog-rs/src/makers.rs	/^    fn filter<F>(self) -> FilterMaker<Self>$/;"	f
filter	/home/dpc/lab/rust/slog/async/../slog-rs/src/makers.rs	/^    fn filter<F>(self, f: F) -> FilterMaker<Self, F>$/;"	f
filter_level	/home/dpc/lab/rust/slog/async/../slog-rs/src/fi.rs	/^    fn filter_level(self,$/;"	f
filter_level	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    fn filter_level(self, level: Level) -> LevelFilter<Self>$/;"	f
filterlevel_sanity	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^fn filterlevel_sanity() {$/;"	f
finish	/home/dpc/lab/rust/slog/async/lib.rs	/^    fn finish(self) -> Box<KV + Send> {$/;"	f
finish	/home/dpc/lab/rust/slog/async/target/package/slog-async-0.2.0-alpha1/lib.rs	/^    fn finish(self) -> Box<KV + Send> {$/;"	f
fmt	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^    fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {$/;"	f
fmt	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {$/;"	f
fmt	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    fn fmt(&self, f: &mut fmt::Formatter) -> result::Result<(), fmt::Error> {$/;"	f
fmt	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    fn fmt(&self, fmt: &mut core::fmt::Formatter) -> std::fmt::Result {$/;"	f
fmt::Debug for CachedThreadLocal	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^impl<T: ?Sized + Send + fmt::Debug> fmt::Debug for CachedThreadLocal<T> {$/;"	i
fmt::Debug for Logger	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^impl fmt::Debug for Logger {$/;"	i
fmt::Debug for OwnedKVList	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^impl fmt::Debug for OwnedKVList {$/;"	i
fmt::Debug for ThreadLocal	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^impl<T: ?Sized + Send + fmt::Debug> fmt::Debug for ThreadLocal<T> {$/;"	i
fmt::Display for Level	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^impl fmt::Display for Level {$/;"	i
fmt::Display for MutexDrainError	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^impl<D: Drain> fmt::Display for MutexDrainError<D>$/;"	i
foo	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^        fn foo<T: Sync>() {}$/;"	f
from	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    fn from(_ : std::sync::PoisonError<std::sync::MutexGuard<'a, D>>) -> MutexDrainError<D> {$/;"	f
from	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    fn from(_: core::fmt::Error) -> Error {$/;"	f
from	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    fn from(e: Error) -> std::io::Error {$/;"	f
from	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    fn from(err: std::io::Error) -> Error {$/;"	f
from	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    fn from(from: OwnedKV) -> Self {$/;"	f
from	/home/dpc/lab/rust/slog/async/lib.rs	/^    fn from(_: mpsc::TrySendError<T>) -> AsyncError {$/;"	f
from	/home/dpc/lab/rust/slog/async/lib.rs	/^    fn from(_: std::sync::TryLockError<T>) -> AsyncError {$/;"	f
from	/home/dpc/lab/rust/slog/async/lib.rs	/^    fn from(err: std::sync::PoisonError<T>) -> AsyncError {$/;"	f
from	/home/dpc/lab/rust/slog/async/lib.rs	/^    fn from(from: AsyncBuilder<D, Async>) -> Async {$/;"	f
from	/home/dpc/lab/rust/slog/async/lib.rs	/^    fn from(from: AsyncBuilder<D, T>) -> AsyncCore {$/;"	f
from	/home/dpc/lab/rust/slog/async/target/package/slog-async-0.2.0-alpha1/lib.rs	/^    fn from(_: mpsc::TrySendError<T>) -> AsyncError {$/;"	f
from	/home/dpc/lab/rust/slog/async/target/package/slog-async-0.2.0-alpha1/lib.rs	/^    fn from(_: std::sync::TryLockError<T>) -> AsyncError {$/;"	f
from	/home/dpc/lab/rust/slog/async/target/package/slog-async-0.2.0-alpha1/lib.rs	/^    fn from(err: std::sync::PoisonError<T>) -> AsyncError {$/;"	f
from	/home/dpc/lab/rust/slog/async/target/package/slog-async-0.2.0-alpha1/lib.rs	/^    fn from(from: AsyncBuilder<D, Async>) -> Async {$/;"	f
from	/home/dpc/lab/rust/slog/async/target/package/slog-async-0.2.0-alpha1/lib.rs	/^    fn from(from: AsyncBuilder<D, T>) -> AsyncCore {$/;"	f
from_str	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    fn from_str(level: &str) -> core::result::Result<FilterLevel, ()> {$/;"	f
from_usize	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    pub fn from_usize(u: usize) -> Option<FilterLevel> {$/;"	f
from_usize	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    pub fn from_usize(u: usize) -> Option<Level> {$/;"	f
function	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    pub fn function(&self) -> &'static str {$/;"	f
fuse	/home/dpc/lab/rust/slog/async/../slog-rs/src/makers.rs	/^    fn fuse(self) -> FuseMaker<Self>$/;"	f
get	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^    pub fn get(&self) -> Option<&T> {$/;"	f
get_default	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^    pub fn get_default(&self) -> &T {$/;"	f
get_fast	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^    fn get_fast(&self, id: usize) -> Option<&T> {$/;"	f
get_or	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^    pub fn get_or<F>(&self, create: F) -> &T$/;"	f
get_or_try	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^    pub fn get_or_try<F, E>(&self, create: F) -> Result<&T, E>$/;"	f
get_or_try_slow	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^    fn get_or_try_slow<F, E>(&self, id: usize, owner: usize, create: F) -> Result<&T, E>$/;"	f
get_sender	/home/dpc/lab/rust/slog/async/lib.rs	/^    fn get_sender(&self)$/;"	f
get_sender	/home/dpc/lab/rust/slog/async/target/package/slog-async-0.2.0-alpha1/lib.rs	/^    fn get_sender(&self)$/;"	f
get_slow	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^    fn get_slow(&self, id: usize, table_top: &Table<T>) -> Option<&T> {$/;"	f
get_thread_id	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^fn get_thread_id() -> usize {$/;"	f
hash	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^fn hash(id: usize, bits: usize) -> usize {$/;"	f
ignore_res	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    fn ignore_res(self) -> IgnoreResult<Self>$/;"	f
impl_default_as_fmt	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^macro_rules! impl_default_as_fmt{$/;"	d
impl_value_for	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^macro_rules! impl_value_for{$/;"	d
info	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^macro_rules! info($/;"	d
insert	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^    fn insert(&self, id: usize, data: Box<T>, new: bool) -> &T {$/;"	f
into_iter	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^    fn into_iter(self) -> CachedIntoIter<T> {$/;"	f
into_iter	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^    fn into_iter(self) -> CachedIterMut<'a, T> {$/;"	f
into_iter	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^    fn into_iter(self) -> IntoIter<T> {$/;"	f
into_iter	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^    fn into_iter(self) -> IterMut<'a, T> {$/;"	f
is_at_least	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    pub fn is_at_least(&self, level: Self) -> bool {$/;"	f
is_sync	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^    fn is_sync() {$/;"	f
it_works	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/take_mut-0.1.3/src/lib.rs	/^fn it_works() {$/;"	f
iter	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^    fn iter() {$/;"	f
iter	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    pub fn iter(&self) -> BorrowedKVIterator<'a> {$/;"	f
iter_cached	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^    fn iter_cached() {$/;"	f
iter_groups	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    pub fn iter_groups(&self) -> OwnedKVListGroupIterator {$/;"	f
iter_mut	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^    pub fn iter_mut(&mut self) -> CachedIterMut<T> {$/;"	f
iter_mut	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^    pub fn iter_mut(&mut self) -> IterMut<T> {$/;"	f
iter_single	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    pub fn iter_single(&self) -> OwnedKVListIterator {$/;"	f
kv	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    pub fn kv(&self) -> BorrowedKV {$/;"	f
level	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    pub fn level(&self) -> Level {$/;"	f
level_at_least	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^fn level_at_least() {$/;"	f
level_from_str	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^fn level_from_str() {$/;"	f
line	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    pub fn line(&self) -> u32 {$/;"	f
list	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    pub fn list(&self) -> &OwnedKVList {$/;"	f
location	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    pub fn location(&self) -> &'static RecordLocation {$/;"	f
log	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    fn log(&self, _: &Record, _: &OwnedKVList) -> result::Result<(), Never> {$/;"	f
log	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    fn log(&self,$/;"	f
log	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    pub fn log(&self, record: &Record) {$/;"	f
log	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^macro_rules! log($/;"	d
log	/home/dpc/lab/rust/slog/async/../slog-rs/src/tests.rs	/^            fn log(&self,$/;"	f
log	/home/dpc/lab/rust/slog/async/lib.rs	/^    fn log(&self,$/;"	f
log	/home/dpc/lab/rust/slog/async/target/package/slog-async-0.2.0-alpha1/lib.rs	/^    fn log(&self,$/;"	f
logger_fmt_debug_sanity	/home/dpc/lab/rust/slog/async/../slog-rs/src/tests.rs	/^    fn logger_fmt_debug_sanity() {$/;"	f
lookup	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^    fn lookup(id: usize, table: &Table<T>) -> Option<&UnsafeCell<Option<Box<T>>>> {$/;"	f
make	/home/dpc/lab/rust/slog/async/../slog-rs/src/makers.rs	/^    fn make(self) -> FrTo {$/;"	f
make	/home/dpc/lab/rust/slog/async/../slog-rs/src/makers.rs	/^    fn make(self) -> Self::To {$/;"	f
make	/home/dpc/lab/rust/slog/async/../slog-rs/src/makers.rs	/^    fn make(self) -> Self::To;$/;"	f
make_create	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^    fn make_create() -> Arc<Fn() -> Box<usize> + Send + Sync> {$/;"	f
make_from	/home/dpc/lab/rust/slog/async/../slog-rs/src/makers.rs	/^    fn make_from(self, drain: Fr) -> Self::To {$/;"	f
make_from	/home/dpc/lab/rust/slog/async/../slog-rs/src/makers.rs	/^    fn make_from(self, drain: Fr) -> Self::To;$/;"	f
make_from	/home/dpc/lab/rust/slog/async/../slog-rs/src/makers.rs	/^    fn make_from(self, drain: FrTo) -> FrTo {$/;"	f
maker	/home/dpc/lab/rust/slog/async/../slog-rs/src/makers.rs	/^fn maker() {$/;"	f
makers	/home/dpc/lab/rust/slog/async/../slog-rs/src/tests.rs	/^fn makers() {$/;"	f
map	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    fn map<F, R>(self, f: F) -> R$/;"	f
map_err	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    fn map_err<F, E>(self, f: F) -> MapError<Self, E>$/;"	f
max	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    pub fn max() -> Self {$/;"	f
min	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    pub fn min() -> Self {$/;"	f
module	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    pub fn module(&self) -> &'static str {$/;"	f
msg	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    pub fn msg(&self) -> &fmt::Arguments {$/;"	f
multichain	/home/dpc/lab/rust/slog/async/../slog-rs/src/tests.rs	/^    fn multichain() {$/;"	f
new	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/take_mut-0.1.3/src/exit_on_panic.rs	/^    pub fn new() -> Self {$/;"	f
new	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^    pub fn new() -> CachedThreadLocal<T> {$/;"	f
new	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^    pub fn new() -> ThreadLocal<T> {$/;"	f
new	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    fn new(list: &'a OwnedKVList) -> Self {$/;"	f
new	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    fn new(values: OwnedKV, next_node: Arc<OwnedKVListNode>) -> Self {$/;"	f
new	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    pub fn new(&self, values: OwnedKV) -> Logger {$/;"	f
new	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    pub fn new(drain1: D1, drain2: D2) -> Self {$/;"	f
new	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    pub fn new(drain: D) -> Self {$/;"	f
new	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    pub fn new(drain: D, cond: F) -> Self {$/;"	f
new	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    pub fn new(drain: D, level: Level) -> Self {$/;"	f
new	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    pub fn new(s: &'a RecordStatic<'a>,$/;"	f
new	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    pub fn new<F: 'static + Sync + Send + Fn(<D as Drain>::Err) -> E>$/;"	f
new	/home/dpc/lab/rust/slog/async/../slog-rs/src/makers.rs	/^    fn new() -> () {$/;"	f
new	/home/dpc/lab/rust/slog/async/lib.rs	/^    fn new() -> Self {$/;"	f
new	/home/dpc/lab/rust/slog/async/lib.rs	/^    fn new(drain: D) -> Self {$/;"	f
new	/home/dpc/lab/rust/slog/async/lib.rs	/^    pub fn new<D: slog::Drain<Err = slog::Never, Ok = ()> + Send + 'static>$/;"	f
new	/home/dpc/lab/rust/slog/async/lib.rs	/^    pub fn new<D>(drain: D) -> Self$/;"	f
new	/home/dpc/lab/rust/slog/async/target/package/slog-async-0.2.0-alpha1/lib.rs	/^    fn new() -> Self {$/;"	f
new	/home/dpc/lab/rust/slog/async/target/package/slog-async-0.2.0-alpha1/lib.rs	/^    fn new(drain: D) -> Self {$/;"	f
new	/home/dpc/lab/rust/slog/async/target/package/slog-async-0.2.0-alpha1/lib.rs	/^    pub fn new<D: slog::Drain<Err = slog::Never, Ok = ()> + Send + 'static>$/;"	f
next	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^    fn next(&mut self) -> Option<&'a mut Box<T>> {$/;"	f
next	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^    fn next(&mut self) -> Option<*mut Option<Box<T>>> {$/;"	f
next	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^    fn next(&mut self) -> Option<Box<T>> {$/;"	f
next	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    fn next(&mut self) -> Option<Self::Item> {$/;"	f
no_imports	/home/dpc/lab/rust/slog/async/../slog-rs/src/tests.rs	/^mod no_imports {$/;"	m
o	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^macro_rules! o($/;"	d
push_dropped	/home/dpc/lab/rust/slog/async/lib.rs	/^    fn push_dropped(&self, logger_values: &OwnedKVList) -> AsyncResult<()> {$/;"	f
push_dropped	/home/dpc/lab/rust/slog/async/target/package/slog-async-0.2.0-alpha1/lib.rs	/^    fn push_dropped(&self, logger_values: &OwnedKVList) -> AsyncResult<()> {$/;"	f
record	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^macro_rules! record($/;"	d
record_static	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^macro_rules! record_static($/;"	d
root	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    fn root(values: OwnedKV) -> Self {$/;"	f
root	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    pub fn root<D>(d: D, values: OwnedKV) -> Logger$/;"	f
same_thread	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^    fn same_thread() {$/;"	f
same_thread_cached	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^    fn same_thread_cached() {$/;"	f
send	/home/dpc/lab/rust/slog/async/lib.rs	/^    fn send(&self, r: AsyncRecord) -> AsyncResult<()> {$/;"	f
send	/home/dpc/lab/rust/slog/async/target/package/slog-async-0.2.0-alpha1/lib.rs	/^    fn send(&self, r: AsyncRecord) -> AsyncResult<()> {$/;"	f
ser	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^pub mod ser {$/;"	m
serialize	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^            fn serialize(&self, _record : &Record, key : Key, serializer : &mut Serializer)$/;"	f
serialize	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    fn serialize(&self, record: &Record, key: Key, serializer: &mut Serializer)$/;"	f
serialize	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    fn serialize(&self,$/;"	f
serialize	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    pub fn serialize<'b, S: 'b + Value>(mut self, s: S) -> Result {$/;"	f
size_hint	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^    fn size_hint(&self) -> (usize, Option<usize>) {$/;"	f
slog_b	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^macro_rules! slog_b($/;"	d
slog_crit	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^macro_rules! slog_crit($/;"	d
slog_debug	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^macro_rules! slog_debug($/;"	d
slog_error	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^macro_rules! slog_error($/;"	d
slog_info	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^macro_rules! slog_info($/;"	d
slog_log	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^macro_rules! slog_log($/;"	d
slog_o	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^macro_rules! slog_o($/;"	d
slog_record	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^macro_rules! slog_record($/;"	d
slog_record_static	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^macro_rules! slog_record_static($/;"	d
slog_trace	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^macro_rules! slog_trace($/;"	d
slog_warn	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^macro_rules! slog_warn($/;"	d
split_first	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    fn split_first(&self) -> Option<(&KV, &KV)> {$/;"	f
split_first	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    fn split_first(&self) -> Option<(&KV, &KV)>;$/;"	f
std::error::Error for Error	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^impl std::error::Error for Error {$/;"	i
std_only	/home/dpc/lab/rust/slog/async/../slog-rs/src/tests.rs	/^mod std_only {$/;"	m
tag	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^    pub fn tag(&self) -> &str {$/;"	f
take	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/take_mut-0.1.3/src/lib.rs	/^pub fn take<T, F>(mut_ref: &mut T, closure: F)$/;"	f
test_o_macro_expansion	/home/dpc/lab/rust/slog/async/../slog-rs/src/tests.rs	/^    fn test_o_macro_expansion() {$/;"	f
test_slog_o_macro_expansion	/home/dpc/lab/rust/slog/async/../slog-rs/src/tests.rs	/^    fn test_slog_o_macro_expansion() {$/;"	f
tests	/home/dpc/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.3/src/lib.rs	/^mod tests {$/;"	m
tests	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^mod tests;$/;"	m
trace	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^macro_rules! trace($/;"	d
warn	/home/dpc/lab/rust/slog/async/../slog-rs/src/lib.rs	/^macro_rules! warn($/;"	d