cedar-policy-core 4.10.0

Core implementation of the Cedar policy language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Cedar Policy Validator

This submodule contains the validator for Cedar policies.

This submodule 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`](../../../cedar-policy) instead.

## Documentation

Generated documentation for the latest version can be accessed
[on docs.rs](https://docs.rs/cedar-policy-core/latest/cedar_policy_core/validator/index.html).