diff options
| author | Fuwn <[email protected]> | 2022-04-06 01:23:00 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-04-06 01:23:00 +0000 |
| commit | e93e31af6bc575bc18598b2f591845c8a27ccc49 (patch) | |
| tree | 238f14aa725b9baf9538f560d9c3184a6f530e30 | |
| parent | docs(cargo): bump to 0.1.9 (diff) | |
| download | windmark-e93e31af6bc575bc18598b2f591845c8a27ccc49.tar.xz windmark-e93e31af6bc575bc18598b2f591845c8a27ccc49.zip | |
docs(readme): link to example gemini capsule
| -rw-r--r-- | README.md | 5 | ||||
| -rw-r--r-- | src/lib.rs | 5 |
2 files changed, 10 insertions, 0 deletions
@@ -52,6 +52,11 @@ fn main() -> Result<(), Box<dyn std::error::Error>> { 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 @@ -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 |