| Crates.io | klave |
| lib.rs | klave |
| version | 0.4.0 |
| created_at | 2024-04-04 10:23:53.035999+00 |
| updated_at | 2025-06-12 15:12:43.086439+00 |
| description | A Rust SDK for the Klave platform. |
| homepage | https://klave.com/ |
| repository | https://github.com/klave-network/platform.git |
| max_upload_size | |
| id | 1196098 |
| size | 286,358 |
Klave is a cloud application platform (PaaS) providing privacy-enabling and zero-trust characteristics for WebAssembly-based applications. The Klave Rust SDK makes it easy to build Klave applications in Rust.
This crate provides the necessary SDK and bindings for the development of Rust application to deploy on Klave.
It covers:
You can start from scratch with cargo add klave or
Fork the Rust template app repository.
Develop your app in Rust with the Klave SDK. Ensure the Rust package you are using are compatible with wasm.
cargo component build --target wasm32-unknown-unknown --release
Deploy your app on Klave.
For detailed usage instructions and SDK reference, please refer to the documentation.
Contributions to this crate are welcome! If you encounter any bugs or have suggestions for improvements, please open an issue on the GitHub repository.
This crate is licensed under the terms detailed in LICENSE.md