···4747# windmark = { version = "0.3.9", features = ["response-macros"] }
4848```
49495050-### Implement a Windmark server
5050+### Implementing a Windmark Server
51515252```rust
5353// src/main.rs
···6868}
6969```
70707171-### Implement a Windmark server using Rossweisse
7171+### Implementing a Windmark Server Using Rossweisse
72727373```rust
7474// src/main.rs
···9797[`examples/`](https://github.com/gemrest/windmark/tree/main/examples) directory
9898along with a rundown of each of their purposes and useful facts.
9999100100-An example of a fully featured Gemini capsule written using Windmark can be
101101-found [here](https://github.com/gemrest/locus). This example Gemini capsule also
102102-happens to be the source code for [Fuwn's](https://github.com/Fuwn) (this
103103-library's author) personal Gemini capsule!
100100+Run an example by cloning this repository and running `cargo run --example example_name`.
104101105102## Modules
106103107107-Modules are reusable extensions which can be procedurally mounted onto Windmark
104104+Modules are composable extensions which can be procedurally mounted onto Windmark
108105routers.
109106110110-[Add yours!](https://github.com/gemrest/windmark/edit/main/README.md)
111111-112112-- [Windmark Comments](https://github.com/gemrest/windmark-comments)
107107+### Examples
113108114114-## Capsules using Windmark
115115-116116-[Add yours!](https://github.com/gemrest/windmark/edit/main/README.md)
117117-118118-- <https://fuwn.me/>
109109+- [Simple Stateless Module](https://github.com/gemrest/windmark/blob/main/examples/stateless_module.rs)
110110+ \- Mounts the `/smiley` route, returning an ๐ emoji
111111+- [Simple Stateful Module](https://github.com/gemrest/windmark/blob/main/examples/stateful_module.rs)
112112+ \- Adds a click tracker (route hit tracker) that additionally notifies before and after route visits
113113+- [Windmark Comments](https://github.com/gemrest/windmark-comments) - A fully featured comment engine
114114+ for your capsule
119115120116## License
121117