From e93e31af6bc575bc18598b2f591845c8a27ccc49 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 6 Apr 2022 01:23:00 +0000 Subject: docs(readme): link to example gemini capsule --- README.md | 5 +++++ src/lib.rs | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/README.md b/README.md index 7fb1141..c8006ed 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,11 @@ fn main() -> Result<(), Box> { Examples can be found within the [`examples/`](https://github.com/gemrest/windmark/tree/main/examples) directory. +An example of a fully featured Gemini capsule written using Windmark can be +found [here](https://github.com/gemrest/locus). This example Gemini capsule also +happens to be the source code for [Fuwn's](https://github.com/Fuwn) (this +library's author) personal Gemini capsule! + ## Modules Modules are reusable extensions which can be procedurally mounted onto Windmark diff --git a/src/lib.rs b/src/lib.rs index 1e9e96e..671ae9b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -70,6 +70,11 @@ //! Examples can be found within the //! [`examples/`](https://github.com/gemrest/windmark/tree/main/examples) directory. //! +//! An example of a fully featured Gemini capsule written using Windmark can be +//! found [here](https://github.com/gemrest/locus). This example Gemini capsule also +//! happens to be the source code for [Fuwn's](https://github.com/Fuwn) (this +//! library's author) personal Gemini capsule! +//! //! ## Modules //! //! Modules are reusable extensions which can be procedurally mounted onto -- cgit v1.2.3