biscuit-parser 0.2.0

Datalog parser used in the biscuit-auth and biscuit-quote crates
Documentation
1
2
3
4
5
6
7
/*
 * Copyright (c) 2019 Geoffroy Couprie <contact@geoffroycouprie.com> and Contributors to the Eclipse Foundation.
 * SPDX-License-Identifier: Apache-2.0
 */
pub mod builder;
pub mod error;
pub mod parser;