🏗️ 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): add feature flag table

Fuwn c6ee82a5 9fe1f541

+12
+12
README.md
··· 15 15 subset of Windmark's features are currently available for use through it. Check 16 16 out [Rossweisse](./rossweisse/) for more information! 17 17 18 + ### Features 19 + 20 + | Feature | Description | 21 + | - | - | 22 + | `default` | Base Windmark framework using [Tokio](https://tokio.rs/) | 23 + | `logger` | Enables the default [`pretty_env_logger`](https://github.com/seanmonstar/pretty-env-logger) integration | 24 + | `auto-deduce-mime` | Exposes `Response`s and macros that automatically fill MIMEs for non-Gemini responses | 25 + | `response-macros` | Simple macros for all `Response`s | 26 + | `tokio` | Marks [Tokio](https://tokio.rs/) as the asynchronous runtime | 27 + | `async-std` | Marks [`async-std`](https://async.rs/) as the asynchronous runtime | 28 + | `prelude` | Exposes the `prelude` module containing the most used Windmark features | 29 + 18 30 ### Add Windmark and Tokio as Dependencies 19 31 20 32 ```toml