rave_engine 0.2.3

A secure and efficient JSON Schema validation and Rhai script execution engine
Documentation
# 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`:

```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