test-shisho-policy 0.1.0

This is the SDK of Shisho Cloud policies to write your custom policies in Rust.
Documentation
/// The `decision` is a specified object format for Shisho Cloud and has to be returned.
pub mod decision;

/// The `language` is the set of helper methods and structs
pub mod language;