Crate policy_engine

Crate policy_engine 

Source
Expand description

Policy Engine allows to dynamically evaluate and enforce policies easily.

Currently, the crate has a parser.

Modulesยง

error
Error contains the error types for the crate
parser
The parser is a recursive descent parser that can parse a string and evalute it
services
Services contains the top level APIs and data structures such Policies, Predicates, Actions, etc.
tokenizer
Tokenizer holds a simple tokenizer that can tokenize a string into a vector of tokens