···44[](https://docs.rs/windmark)
55[](https://github.com/gemrest/windmark/actions/workflows/check.yaml)
6677-Windmark is an elegant and highly performant, async Gemini server framework for
77+Windmark is an elegant and highly performant async Gemini server framework for
88the modern age!
991010Now supporting both [Tokio](https://tokio.rs/) and [`async-std`](https://async.rs/)!
11111212## Usage
13131414-A macro-based "`struct`-router" is currently being developed for Windmark. A
1515-subset of Windmark's features are currently available for use through it. Check
1616-out [Rossweisse](./rossweisse/) for more information!
1414+> [!NOTE]
1515+> A macro-based "`struct`-router" is in active development as a simplified
1616+> alternative to the standard server creation approach. Check out
1717+> [Rossweisse](./rossweisse/) for more information!
17181819### Features
1920···3940# If you would like to use the built-in logger (recommended)
4041# windmark = { version = "0.3.11", features = ["logger"] }
41424242-# If you would like to use the built-in MIME dedection when `Success`-ing a file
4343+# If you would like to use the built-in MIME deduction when `Success`-ing a file
4344# (recommended)
4445# windmark = { version = "0.3.11", features = ["auto-deduce-mime"] }
4546