Skip to content

Commit

Permalink
Add warnings about lack of maintenance.
Browse files Browse the repository at this point in the history
  • Loading branch information
nnethercote committed Feb 4, 2024
1 parent cd542fc commit f367925
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ See the [crate documentation] for details on how to use it.

[crate documentation]: https://docs.rs/dhat

**Warning: this crate is experimental and doesn't work in some configurations.
Its maintenance is not a high priority of the author. Support requests such as
issues and pull requests may receive slow responses, or no response at all.
Sorry!**

## License

Licensed under either of
Expand Down
5 changes: 5 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
//! then check that they allocated as much heap memory as you expected. This
//! can be useful for performance-sensitive code.
//!
//! **Warning: this crate is experimental and doesn't work in some
//! configurations. Its maintenance is not a high priority of the author.
//! Support requests such as issues and pull requests may receive slow
//! responses, or no response at all. Sorry!**
//!
//! # Motivation
//!
//! DHAT is a powerful heap profiler that comes with Valgrind. This crate is a
Expand Down

0 comments on commit f367925

Please sign in to comment.