Crates.io | klave |
lib.rs | klave |
version | 0.0.3 |
source | src |
created_at | 2024-04-04 10:23:53.035999 |
updated_at | 2024-04-04 10:38:00.946084 |
description | This crate provides tools for building and using Klave-based applications |
homepage | https://klave.com |
repository | https://github.com/klave-network/platform.git |
max_upload_size | |
id | 1196098 |
size | 4,688 |
This crate provides tools and utilities for building and using Klave-based applications. Klave is a secure confidential cloud platform for building and running confidential applications with a focus on data privacy and security.
To start using the Klave crate in your Rust project, simply add it as a dependency in your Cargo.toml
file:
[dependencies]
klave = "0.0.42"
use klave::SCP;
fn main() {
// Example code demonstrating usage of Secretarium crate
let secure_channel = SCP::new("gw.klave.network:443");
// Your code here...
}
For detailed usage instructions and API 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