Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
402 contributions in the last year
Activity overview
Contribution activity
October 2020
Created an issue in wafflespeanut/paperclip that received 6 comments
How can I return 204 No Content HTTP status code?
What should I use for a code like this?
#[api_v2_operation]
pub async fn delete(id: Path<Uuid>) -> MyResult<()> { // delete the entity Ok(())
}
If…

