5 stable releases
new 2.2.0 | May 25, 2023 |
---|---|
2.1.0 | May 23, 2023 |
2.0.2 | May 17, 2023 |
2.0.1 | May 10, 2023 |
#156 in Configuration
356 downloads per month
Used in 3 crates
(via cedar-policy)
1.5MB
37K
SLoC
Cedar Policy Validator
This package contains the validator for Cedar policies.
This package exposes low-level and advanced APIs for Cedar policy validation.
Anyone simply wanting to use Cedar from a Rust client (e.g., to validate that
policies do not contain run time type errors) should use
cedar-policy
instead.
Development
Build and test this crate independently by running cargo build
and cargo test
from this directory. Run these commands from the root directory of this
repository to build and test this package and all other crates in this
repository. Some crates consume this crate as a dependency, so a change here may
precipitate test failures elsewhere.
Documentation
Generated documentation for the latest version can be accessed on docs.rs.
lib.rs
:
Validator for Cedar policies
Dependencies
~4.5–7.5MB
~180K SLoC