cedar-policy-validator

Crates.iocedar-policy-validator
lib.rscedar-policy-validator
version4.2.2
sourcesrc
created_at2023-05-10 11:26:43.697567
updated_at2024-11-11 17:28:35.968999
descriptionValidator for the Cedar Policy language.
homepagehttps://cedarpolicy.com
repositoryhttps://github.com/cedar-policy/cedar
max_upload_size
id861272
size1,401,854
Devs (github:cedar-policy:devs)

documentation

README

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.

Commit count: 710

cargo fmt