Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 427 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 427 Bytes

casbin-grpc

Casbin-gRPC provides gRPC interface for Casbin authorization which is implemented with Rust.

How to use?

Prerequisites

Protobuf (if not installed): As Casbin-Server uses gRPC, you need to install Protocol Buffers first to generate the .proto file, it will auto execute by build.rs.

Start server

cargo run --bin casbin-server