biscuit-parser

Crates.iobiscuit-parser
lib.rsbiscuit-parser
version
sourcesrc
created_at2022-08-14 22:23:17.785261+00
updated_at2025-03-10 14:23:05.406957+00
descriptionDatalog parser used in the biscuit-auth and biscuit-quote crates
homepagehttps://github.com/biscuit-auth/biscuit
repositoryhttps://github.com/biscuit-auth/biscuit-rust
max_upload_size
id645588
Cargo.toml error:TOML parse error at line 21, column 1 | 21 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Clément Delafargue (divarvel)

documentation

https://docs.rs/biscuit-auth

README

Parser crate for biscuit datalog

This crate provides datalog parsing support for biscuit-auth. It is reexported by it, so it is not meant to be used directly. It is split in a separate crate in order to avoid a dependency cycle.

Commit count: 702

cargo fmt