zlayer-sdk 0.11.19

ZLayer Plugin Development Kit for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/// ZLayer Plugin System
///
/// This package defines the complete WIT interface for ZLayer plugins.
/// Plugins are WebAssembly components that can extend ZLayer's functionality
/// with custom request handling, authentication, rate limiting, and more.
///
/// The package includes:
/// - Common types (types.wit): Shared types used across interfaces
/// - Host interfaces (host.wit): Capabilities provided by ZLayer to plugins
/// - Plugin interfaces (plugin.wit): Interfaces that plugins must export
/// - HTTP interfaces (http.wit): Extended HTTP-specific types and handlers
/// - World definitions (world.wit): Complete plugin worlds

package zlayer:plugin@0.1.0;