You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-5
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ GraphQL schemas as convenient as Rust will allow.
18
18
19
19
Juniper does not include a web server - instead it provides building blocks to
20
20
make integration with existing servers straightforward. It optionally provides a
21
-
pre-built integration for the [Actix][actix], [Hyper][hyper], [Iron][iron], [Rocket], and [Warp][warp] frameworks, including
21
+
pre-built integration for the [Actix][actix], [Hyper][hyper], [Rocket], and [Warp][warp] frameworks, including
22
22
embedded [Graphiql][graphiql] and [GraphQL Playground][playground] for easy debugging.
23
23
24
24
-[Cargo crate](https://crates.io/crates/juniper)
@@ -42,7 +42,7 @@ For specific information about macros, types and the Juniper api, the
42
42
You can also check out the [Star Wars schema][test_schema_rs] to see a complex
43
43
example including polymorphism with traits and interfaces.
44
44
For an example of web framework integration,
45
-
see the [actix][actix_examples], [hyper][hyper_examples], [rocket][rocket_examples], [iron][iron_examples], and [warp][warp_examples] examples folders.
45
+
see the [actix][actix_examples], [axum][axum_examples], [hyper][hyper_examples], [rocket][rocket_examples], and [warp][warp_examples] examples folders.
46
46
47
47
## Features
48
48
@@ -82,7 +82,6 @@ your Schemas automatically.
82
82
-[axum][axum]
83
83
-[hyper][hyper]
84
84
-[rocket][rocket]
85
-
-[iron][iron]
86
85
-[warp][warp]
87
86
88
87
## Guides & Examples
@@ -98,16 +97,15 @@ Juniper has not reached 1.0 yet, thus some API instability should be expected.
0 commit comments