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
commitf85b4a75dd53767821fd0e273759643903d8f5da (patch)
tree233fbae8054da573ec01fef30d8ade50a2247b61
parentdocs(readme): update tokio and async-std urls to their respective websites (diff)
downloadwindmark-f85b4a75dd53767821fd0e273759643903d8f5da.tar.xz
windmark-f85b4a75dd53767821fd0e273759643903d8f5da.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