openfga-rs is a OpenFGA model parser and compiler written in rust
- Compile OpenFGA authorization model into its JSON representation
Clone the project
git clone https://github.com/iammathew/openfga-rsGo to the project directory
cd openfga-rsBuild the executable
cargo buildRun the compiler
./target/debug/openfgac [filepath] > [jsonfile]- Publish cargo packages
- Add wasm build
- Add correctness check of model
- Build a LSP