This PR implements the gRPC versions of the JSONPlaceholder REST APIs for Posts and Users as specified in #40
proto/posts.proto and proto/users.proto to define PostService and UserService.build.rs to compile all proto files from the proto directory.PostService with ListPosts, GetPost, CreatePost, UpdatePost, and DeletePost.UserService with ListUsers, GetUser, CreateUser, PatchUser, and DeleteUser./fixes #40 /claim #40
Excellencedev
@Excellencedev
Tailcall Inc.
@tailcallhq