rdkafka 0.23.1

Rust wrapper for librdkafka
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Valgrind suppression file
{
   thrd_tls_alloc_stack
   Memcheck:Leak
   match-leak-kinds: possible
   fun:calloc
   fun:allocate_dtv
   fun:_dl_allocate_tls
   fun:allocate_stack
   fun:pthread_create@@GLIBC_2.2.5
}