Update readme

This commit is contained in:
Jeremy 2023-07-14 18:25:36 -04:00
parent 7e8aac66e2
commit 2d86770348
No known key found for this signature in database
GPG Key ID: 19AA8270105E8EB4

View File

@ -13,16 +13,39 @@ Make stack traces simple for once.
Support for cygwin/mingw will be added soon.
*Some day C++23's `<stacktrace>` will be ubiquitous, and maybe one day the msvc implementation will be acceptable*
Some day C++23's `<stacktrace>` will be ubiquitous. And maybe one day the msvc implementation will be acceptable.
## Table of contents
- [cpptrace](#cpptrace)
- [Cpptrace](#cpptrace)
- [Table of contents](#table-of-contents)
- [How to use](#how-to-use)
- [CMake FetchContent](#cmake-fetchcontent)
- [System-wide installation](#system-wide-installation)
- [Conan](#conan)
- [Vcpkg](#vcpkg)
- [Docs](#docs)
- [Backends](#backends)
- [Back-ends](#back-ends)
- [License](#license)
## How to use
### CMake FetchContent
TODO
### System-wide installation
TODO
### Conan
TODO
### Vcpkg
TODO
## Docs
`cpptrace::print_trace()` can be used to print a stacktrace at the current call site, `cpptrace::generate_trace()` can