blob: 92026beb9ede84b2a328d396c0d490c166303233 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Windmark
[](https://crates.io/crates/windmark)
[](https://docs.rs/windmark)
[](https://github.com/gemrest/windmark/actions/workflows/check.yaml)
Windmark is a simple and highly performant Gemini server framework.
## Usage
```toml
# Cargo.toml
[dependencies]
windmark = "0.1.0"
# If you would like to use the built-in logger (reccomended)
# windmark = { version = "0.1.0", features = ["logger"] }
```
## Examples
Examples can be found within the [`examples/`](./examples) directory.
## License
This project is licensed with the [GNU General Public License v3.0](./LICENSE).
|