🏗️ Elegant & Highly Performant Async Gemini Server Framework for the Modern Age
async framework gemini-protocol protocol gemini rust
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs(README): Clean up details and additional information

Fuwn f1679db0 25e79d36

+6 -5
+6 -5
README.md
··· 4 4 [![docs.rs](https://docs.rs/windmark/badge.svg)](https://docs.rs/windmark) 5 5 [![github.com](https://github.com/gemrest/windmark/actions/workflows/check.yaml/badge.svg?branch=main)](https://github.com/gemrest/windmark/actions/workflows/check.yaml) 6 6 7 - Windmark is an elegant and highly performant, async Gemini server framework for 7 + Windmark is an elegant and highly performant async Gemini server framework for 8 8 the modern age! 9 9 10 10 Now supporting both [Tokio](https://tokio.rs/) and [`async-std`](https://async.rs/)! 11 11 12 12 ## Usage 13 13 14 - A macro-based "`struct`-router" is currently being developed for Windmark. A 15 - subset of Windmark's features are currently available for use through it. Check 16 - out [Rossweisse](./rossweisse/) for more information! 14 + > [!NOTE] 15 + > A macro-based "`struct`-router" is in active development as a simplified 16 + > alternative to the standard server creation approach. Check out 17 + > [Rossweisse](./rossweisse/) for more information! 17 18 18 19 ### Features 19 20 ··· 39 40 # If you would like to use the built-in logger (recommended) 40 41 # windmark = { version = "0.3.11", features = ["logger"] } 41 42 42 - # If you would like to use the built-in MIME dedection when `Success`-ing a file 43 + # If you would like to use the built-in MIME deduction when `Success`-ing a file 43 44 # (recommended) 44 45 # windmark = { version = "0.3.11", features = ["auto-deduce-mime"] } 45 46