Crate biscuit_quote

Crate biscuit_quote 

Source
Expand description

Procedural macros to build biscuit-auth tokens and authorizers

Macrosยง

authorizer
Create an Authorizer from 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 Authorizer from a datalog string and optional parameters. The datalog string is parsed at compile time and replaced by manual block building.
biscuit
Create an BiscuitBuilder from 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 BiscuitBuilder from a datalog string and optional parameters. The datalog string is parsed at compile time and replaced by manual block building.
block
Create a BlockBuilder from 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 BlockBuilder from a datalog string and optional parameters. The datalog string is parsed at compile time and replaced by manual block building.
check
Create a Check from a datalog string and optional parameters. The datalog string is parsed at compile time and replaced by manual builder calls.
fact
Create a Fact from a datalog string and optional parameters. The datalog string is parsed at compile time and replaced by manual builder calls.
policy
Create a Policy from a datalog string and optional parameters. The datalog string is parsed at compile time and replaced by manual builder calls.
rule
Create a Rule from a datalog string and optional parameters. The datalog string is parsed at compile time and replaced by manual builder calls.