From 1cc4771a53107dfc985343cf3a0144bd270d13e7 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 13 Sep 2022 10:31:47 +0200 Subject: [PATCH] cross-ref docs for examples --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ef45886..1c53c87 100644 --- a/README.md +++ b/README.md @@ -33,3 +33,8 @@ Default features: - [`alloc`](https://doc.rust-lang.org/alloc/): Enables features which operate on containers like [`alloc::vec::Vec`](https://doc.rust-lang.org/beta/alloc/vec/struct.Vec.html). Enabled by the `std` feature. + +# Examples + +You can check the [documentation](https://docs.rs/spacepackets) of individual modules for various +usage examples.