summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2022-07-18 08:22:55 +0300
committerYuval Adam <_@yuv.al>2022-07-18 08:22:55 +0300
commit6d99ab452bc0a267eb3d42cf147e856c83d75de5 (patch)
tree52eeb185cc169c4a3e83424218ffa362bf0703f1
parent57f0ba6e4d0cd7a98f7f03bd1840b3fe3d23c7b6 (diff)
Add links in README
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0a7eaac..322a6dd 100644
--- a/README.md
+++ b/README.md
@@ -3,8 +3,8 @@
Rust system bindings for the [codec2](https://github.com/drowe67/codec2) library.
Provides the following packages:
- - `libcodec2`: ergonomic high-level bindings
- - `codec2-sys`: low-level unsafe bindings, automagically generated via [bindgen](https://github.com/rust-lang/rust-bindgen).
+ - [`libcodec2`](libcodec2): ergonomic high-level bindings
+ - [`codec2-sys`](codec2-sys): low-level unsafe bindings, automagically generated via [bindgen](https://github.com/rust-lang/rust-bindgen).
Unrelated to the [`codec2`](https://github.com/scriptjunkie/codec2) crate which is a partial pure-rust implementation.