Home

Awesome

openfga-rs

openfga-rs is a OpenFGA model parser and compiler written in rust

Features

Run Locally

Clone the project

  git clone https://github.com/iammathew/openfga-rs

Go to the project directory

  cd openfga-rs

Build the executable

  cargo build

Run the compiler

  ./target/debug/openfgac [filepath] > [jsonfile]

Next steps

Authors

Acknowledgments