aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-05-04 08:10:08 +0000
committerFuwn <[email protected]>2023-05-04 08:10:08 +0000
commite20e9f7cf39a1543dbec4330f578c623b957be1f (patch)
tree233fbae8054da573ec01fef30d8ade50a2247b61
parentdocs(readme): update tokio and async-std urls to their respective websites (diff)
downloadwindmark-e20e9f7cf39a1543dbec4330f578c623b957be1f.tar.xz
windmark-e20e9f7cf39a1543dbec4330f578c623b957be1f.zip
docs(readme): rossweisse info
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index e573ef6..7bb13b2 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,10 @@ Now supporting both [Tokio](https://tokio.rs/) and [`async-std`](https://async.r
## Usage
+A macro-based "`struct`-router" is currently being developed for Windmark. A
+subset of Windmark's features are currently available for use through it. Check
+out [Rossweisse](./rossweisse/) for more information!
+
### Add Windmark and Tokio as Dependencies
```toml