Quick readme update

This commit is contained in:
Jeremy 2024-05-25 00:36:12 -05:00
parent 7916f10278
commit eb5417baae
No known key found for this signature in database
GPG Key ID: 19AA8270105E8EB4

View File

@ -49,7 +49,7 @@ Cpptrace also has a C API, docs [here](docs/c-api.md).
- [Library Back-Ends](#library-back-ends) - [Library Back-Ends](#library-back-ends)
- [Summary of Library Configurations](#summary-of-library-configurations) - [Summary of Library Configurations](#summary-of-library-configurations)
- [Testing Methodology](#testing-methodology) - [Testing Methodology](#testing-methodology)
- [Notes About the Library and Future Work](#notes-about-the-library-and-future-work) - [Notes About the Library](#notes-about-the-library)
- [Contributing](#contributing) - [Contributing](#contributing)
- [License](#license) - [License](#license)
@ -966,7 +966,7 @@ unwinding back-end, and the python script will check for an exact or near-match
[1]: https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs [1]: https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs
# Notes About the Library and Future Work # Notes About the Library
For the most part I'm happy with the state of the library. But I'm sure that there is room for improvement and issues For the most part I'm happy with the state of the library. But I'm sure that there is room for improvement and issues
will exist. If you encounter any issue, please let me know! If you find any pain-points in the library, please let me will exist. If you encounter any issue, please let me know! If you find any pain-points in the library, please let me
@ -981,9 +981,6 @@ A couple things I'd like to improve in the future:
in dbghelp the library cannot accurately show const and volatile qualifiers or rvalue references (these appear as in dbghelp the library cannot accurately show const and volatile qualifiers or rvalue references (these appear as
pointers). pointers).
A couple features I'd like to add in the future:
- Tracing other thread's stacks
# Contributing # Contributing
I'm grateful for the help I've received with this library and I welcome contributions! For information on contributing I'm grateful for the help I've received with this library and I welcome contributions! For information on contributing