File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 3
3
A set of crates for capturing and tracing stack dumps.
4
4
See the docs of the respective operations.
5
5
6
- | crate | crates.io | docs | Readme's |
7
- | ------- | ----------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- | ------------------------- |
8
- | Core | [ ![ crates.io] ( https://img.shields.io/crates/v/stackdump-core.svg )] ( https://crates.io/crates/stackdump-core ) | [ ![ Documentation] ( https://docs.rs/stackdump-core/badge.svg )] ( https://docs.rs/stackdump-core ) | [ link] ( core/README.md ) |
9
- | Capture | [ ![ crates.io] ( https://img.shields.io/crates/v/stackdump-capture.svg )] ( https://crates.io/crates/stackdump-capture ) | [ ![ Documentation] ( https://docs.rs/stackdump-capture/badge.svg )] ( https://docs.rs/stackdump-capture ) | [ link] ( capture/README.md ) |
10
- | Trace | [ ![ crates.io] ( https://img.shields.io/crates/v/stackdump-trace.svg )] ( https://crates.io/crates/stackdump-trace ) | [ ![ Documentation] ( https://docs.rs/stackdump-trace/badge.svg )] ( https://docs.rs/stackdump-trace ) | [ link] ( trace/README.md ) |
11
- | Cli | [ ![ crates.io] ( https://img.shields.io/crates/v/stackdump-cli.svg )] ( https://crates.io/crates/stackdump-cli ) | | [ link] ( cli/README.md ) |
6
+ | crate | crates.io | docs | Readme's |
7
+ | ------------- | ----------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | ------------------------------- |
8
+ | Core | [ ![ crates.io] ( https://img.shields.io/crates/v/stackdump-core.svg )] ( https://crates.io/crates/stackdump-core ) | [ ![ Documentation] ( https://docs.rs/stackdump-core/badge.svg )] ( https://docs.rs/stackdump-core ) | [ link] ( core/README.md ) |
9
+ | Capture | [ ![ crates.io] ( https://img.shields.io/crates/v/stackdump-capture.svg )] ( https://crates.io/crates/stackdump-capture ) | [ ![ Documentation] ( https://docs.rs/stackdump-capture/badge.svg )] ( https://docs.rs/stackdump-capture ) | [ link] ( capture/README.md ) |
10
+ | Capture-probe | [ ![ crates.io] ( https://img.shields.io/crates/v/stackdump-capture-probe.svg )] ( https://crates.io/crates/stackdump-capture-probe ) | [ ![ Documentation] ( https://docs.rs/stackdump-capture-probe/badge.svg )] ( https://docs.rs/stackdump-capture-probe ) | [ link] ( capture-probe/README.md ) |
11
+ | Trace | [ ![ crates.io] ( https://img.shields.io/crates/v/stackdump-trace.svg )] ( https://crates.io/crates/stackdump-trace ) | [ ![ Documentation] ( https://docs.rs/stackdump-trace/badge.svg )] ( https://docs.rs/stackdump-trace ) | [ link] ( trace/README.md ) |
12
+ | Cli | [ ![ crates.io] ( https://img.shields.io/crates/v/stackdump-cli.svg )] ( https://crates.io/crates/stackdump-cli ) | | [ link] ( cli/README.md ) |
12
13
13
14
Currently only Cortex M is supported, but PR's are welcome!
14
15
You can’t perform that action at this time.
0 commit comments