aboutsummaryrefslogtreecommitdiff
path: root/rossweisse
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-04-01 06:01:02 +0000
committerFuwn <[email protected]>2024-04-01 06:01:08 +0000
commitee4fa6eec58029d6a224771f579df4e9ec5d75bf (patch)
tree5a689013879051ddb5cc57eb8eea5bc4ef6e3dd1 /rossweisse
parentfeat(rossweisse): remove required phantom data (diff)
downloadwindmark-ee4fa6eec58029d6a224771f579df4e9ec5d75bf.tar.xz
windmark-ee4fa6eec58029d6a224771f579df4e9ec5d75bf.zip
docs(readme): add rossweisse usage example
Diffstat (limited to 'rossweisse')
-rw-r--r--rossweisse/README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/rossweisse/README.md b/rossweisse/README.md
index 23af367..e238eea 100644
--- a/rossweisse/README.md
+++ b/rossweisse/README.md
@@ -13,9 +13,7 @@ use rossweisse::route;
use windmark::response::Response;
#[rossweisse::router]
-struct Router {
- _phantom: (),
-}
+struct Router;
#[rossweisse::router]
impl Router {