Skip to content
Avatar

Sponsoring

@lpil @m-ou-se

Achievements

GitHub Sponsor

Achievements

GitHub Sponsor

Highlights

  • 4 discussions answered

Organizations

@hyperium @tokio-rs @tower-rs @EmbarkStudios
Block or Report

Block or report davidpdrsn

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. async fn(Request) -> Result<Response, Error>

    Rust 1.5k 110

  2. HTTP specific Tower utilities.

    Rust 135 21

  3. Ergonomic and modular web framework built with Tokio, Tower, and Hyper

    Rust 1.1k 34

  4. A native gRPC client & server implementation with async/await support.

    Rust 3.8k 382

  5. Schema first GraphQL in Rust with Juniper

    Rust 194 21

  6. Easily compare two JSON values and get great output

    Rust 39 9

Contribution activity

August 2021

Created 25 commits in 1 repository

Created a pull request in tokio-rs/axum that received 3 comments

Add RouteDsl::or to combine routes

With this you'll be able to do: let one = route("/foo", get(|| async { "foo" })) .route("/bar", get(|| async { "bar" })); let two = route("/baz", get(

+393 −5 3 comments

Created an issue in tokio-rs/axum that received 12 comments

GraphQL example

Would be nice to provide an example of setting up a basic GraphQL server. Don't think it matters if the example uses async-graphql or juniper. I ex…

12 comments
Answered 1 discussion in 1 repository
23 contributions in private repositories Aug 2 – Aug 5

Seeing something unexpected? Take a look at the GitHub profile guide.