Expand description
Procedural macros to build biscuit-auth tokens and authorizers
Macrosยง
- authorizer
- Create an
Authorizerfrom a datalog string and optional parameters. The datalog string is parsed at compile time and replaced by manual block building. - authorizer_
merge - Merge facts, rules, checks, and policies into an
Authorizerfrom a datalog string and optional parameters. The datalog string is parsed at compile time and replaced by manual block building. - biscuit
- Create an
BiscuitBuilderfrom a datalog string and optional parameters. The datalog string is parsed at compile time and replaced by manual block building. - biscuit_
merge - Merge facts, rules, and checks into a
BiscuitBuilderfrom a datalog string and optional parameters. The datalog string is parsed at compile time and replaced by manual block building. - block
- Create a
BlockBuilderfrom a datalog string and optional parameters. The datalog string is parsed at compile time and replaced by manual block building. - block_
merge - Merge facts, rules, and checks into a
BlockBuilderfrom a datalog string and optional parameters. The datalog string is parsed at compile time and replaced by manual block building. - check
- Create a
Checkfrom a datalog string and optional parameters. The datalog string is parsed at compile time and replaced by manual builder calls. - fact
- Create a
Factfrom a datalog string and optional parameters. The datalog string is parsed at compile time and replaced by manual builder calls. - policy
- Create a
Policyfrom a datalog string and optional parameters. The datalog string is parsed at compile time and replaced by manual builder calls. - rule
- Create a
Rulefrom a datalog string and optional parameters. The datalog string is parsed at compile time and replaced by manual builder calls.