microsoft / regorus

Regorus - A fast, lightweight Rego (OPA policy language) interpreter written in Rust.
MIT License
130 stars 31 forks source link

no_std support #223

Closed anakrish closed 4 months ago

anakrish commented 5 months ago

There are use cases where policy evaluation needs to be done in environments without std. This sort of policies typically don't need most builtins involving external crates other than maybe regex.