Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/iann0036/cedargo

Go bindings for Cedar policy evaluation engine
https://github.com/iann0036/cedargo

Last synced: 3 months ago
JSON representation

Go bindings for Cedar policy evaluation engine

Lists

README

        

# cedargo

# See new official bindings: https://github.com/cedar-policy/cedar-go

Go bindings for the Cedar policy evaluation engine.

## Building

```
cd cedar-go-bindings
cargo build --release
cd ..

cp cedar-go-bindings/target/release/*.dylib ./lib

go build -ldflags="-r ./lib"
```