rave_engine

Crates.iorave_engine
lib.rsrave_engine
version0.2.4
created_at2025-03-05 23:36:17.900507+00
updated_at2025-09-16 18:04:23.620653+00
descriptionA secure and efficient JSON Schema validation and Rhai script execution engine
homepagehttps://github.com/unytco/unyt
repository
max_upload_size
id1580198
size289,480
Joel Ulahanna (zo-el)

documentation

README

SAVED Engine

A secure and efficient engine for JSON Schema validation and Rhai script execution, designed for the unyt application.

Features

  • JSON Schema Validation: Robust validation of JSON data against schemas
  • Rhai Script Execution: Secure and efficient script execution using the Rhai scripting engine
  • Type System: Comprehensive type definitions for unyt application
  • WASM Support: Compatible with WebAssembly environments
  • No-std Support: Can run in embedded environments without standard library

Usage

Add to your Cargo.toml:

[dependencies]
rave_engine = "0.1.0"

Modules

  • json_schema_validator: JSON Schema validation utilities
  • rhai_engine: Rhai script execution engine
  • types: Common type definitions

License

MIT

Commit count: 0

cargo fmt