diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..92026be --- /dev/null +++ b/README.md @@ -0,0 +1,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). |