Skip to content

Commit 59d6358

Browse files
committed
Added badges to the individual readme's
1 parent 3f752bf commit 59d6358

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

capture/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Stackdump Capture
22

3+
[![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)
4+
5+
36
This crate defines stackdump capture functions for the platforms it is compiled for.
47

58
Also see the [main repo readme](../README.md).

cli/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Stackdump-cli
22

3+
[![crates.io](https://img.shields.io/crates/v/stackdump-cli.svg)](https://crates.io/crates/stackdump-cli) [![Documentation](https://docs.rs/stackdump-cli/badge.svg)](https://docs.rs/stackdump-cli)
4+
35
Command line program for tracing dumps.
46

57
Also see the [main repo readme](../README.md).

core/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Stackdump Core
22

3+
[![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)
4+
35
This crate contains definitions for memory regions and register data.
46

57
Also see the [main repo readme](../README.md).

trace/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Stackdump Trace
22

3+
[![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)
4+
35
This crate implement stack tracing from the memory that was captured using the stackdump-capture crate.
46

57
Also see the [main repo readme](../README.md).

0 commit comments

Comments
 (0)