Docs.rs
authz-core-0.1.0
authz-core 0.1.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
Rushit
Dependencies
async-trait ^0.1.80
normal
cel ^0.12.0
normal
futures ^0.3
normal
pest ^2.7.10
normal
pest_derive ^2.7.10
normal
serde ^1.0
normal
serde_json ^1
normal
thiserror ^2
normal
tokio ^1
normal
tracing ^0.1
normal
pretty_assertions ^1.4.0
dev
tokio ^1
dev
Versions
35.52%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module cel
authz_
core
0.1.0
Module cel
Module Items
Enums
Functions
In crate authz_
core
authz_core
Module
cel
Copy item path
Source
Expand description
CEL condition compilation and evaluation.
Enums
§
CelError
CelResult
Value
Functions
§
compile
Compile a CEL expression into a Program.
evaluate
Evaluate a compiled CEL program with the given context. Returns CelResult::Met(bool) if evaluation succeeds, or CelResult::MissingParameters if required parameters are missing.