# THREAD_DB
[![Latest Version]][crates.io] [![Docs badge]][docs.rs]
[Latest Version]: https://img.shields.io/crates/v/thread_db.svg
[crates.io]: https://crates.io/crates/thread_db
[Docs badge]: https://img.shields.io/badge/docs.rs-rustdoc-green
[docs.rs]: https://docs.rs/thread_db/
Rust wrapper for libthread_db (library of interfaces for monitoring and manipulating threads-related aspects of multithreaded programs)
This lib is a wrapper on glibc implementation. Look at tests for familiar with it.