Crates.io | secretarium |
lib.rs | secretarium |
version | 0.0.2 |
source | src |
created_at | 2024-04-04 10:23:40.538853 |
updated_at | 2024-04-04 10:37:03.717209 |
description | This crate provides tools for building and using Secretarium-based applications |
homepage | https://secretarium.com |
repository | https://github.com/secretarium/devsuite-typescript.git |
max_upload_size | |
id | 1196097 |
size | 4,652 |
This crate provides tools and utilities for building and using Secretarium-based applications. Secretarium is a secure and privacy-focused technology for building confidential applications with a focus on data privacy and security.
To start using the Secretarium crate in your Rust project, simply add it as a dependency in your Cargo.toml
file:
[dependencies]
secretarium = "0.0.42"
use secretarium::SCP;
fn main() {
// Example code demonstrating usage of Secretarium crate
let secure_channel = SCP::new("gw.secretarium.com: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