casbin-rs / casbin-grpc

Casbin-gRPC provides gRPC interface for Casbin authorization which is implemented with Rust.
https://github.com/casbin/casbin-server
Apache License 2.0
7 stars 4 forks source link

Repository don't compile due to multiple errors and deprecated code #6

Closed SiddheshKanawade closed 2 years ago

SiddheshKanawade commented 2 years ago

I have created this issue to keep a track of all the contributions for maintaining the repository. Currently, the build fails and repository needs to be migrated to Rust 2021. Following are some significant issues needed to be worked on:

  1. Write rbac api tests, the one similar to rbac tests in go.
  2. Implement all trait items in Casbin for CasbinGRPC at rpc_calls.rs
  3. Upgrade the dependencies and ensure build compiles successfully.
casbin-bot commented 2 years ago

@smrpn @hackerchai @PsiACE @GopherJ