Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 1.28 KB

File metadata and controls

14 lines (9 loc) · 1.28 KB

Rust API schema manipulation utilities

This directory contains a set of Rust crates to manipulate and transform the API specification's schema.json file. The primary feature is conversion of schema.json to an OpenAPI schema for Elasticsearch Serverless.

Workspace members

Building

The output of this directory is the compiler-wasm-lib WebAssembly library. It must be built and committed in this repository every time the Rust code is changed. Use make compiler-wasm-lib to build it.