scuffle-cedar-policy 0.1.0

Some extensions to the cedar-policy crate.
docs.rs failed to build scuffle-cedar-policy-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

scuffle-cedar-policy

[!WARNING]
This crate is under active development and may not be stable.

docs.rs crates.io License: MIT OR Apache-2.0 Crates.io Size Crates.io Downloads Codecov


Cedar is a policy language used to express permisisons using a relationship model.

This crate extends the cedar-policy crate by adding some type safe traits and a code generator crate scuffle-cedar-policy-codegen which can be used to generate types from a cedar schema file.

You can then use this in combo with cedar to have type-safe schema evaluation.

See the changelog for a full release history.

Feature flags

No documented features in Cargo.toml

License

This project is licensed under the MIT or Apache-2.0 license. You can choose between one of them if you use this work.

SPDX-License-Identifier: MIT OR Apache-2.0