| Crates.io | ockam_app_lib |
| lib.rs | ockam_app_lib |
| version | 0.150.0 |
| created_at | 2023-10-19 14:40:38.775873+00 |
| updated_at | 2025-03-20 19:12:30.009494+00 |
| description | Ockam's desktop application library |
| homepage | https://github.com/ockam-network/ockam |
| repository | https://github.com/ockam-network/ockam/implementations/rust/ockam/ockam_app_lib |
| max_upload_size | |
| id | 1007884 |
| size | 178,568 |
Ockam is a library for building devices that communicate securely, privately and trustfully with cloud services and other devices.
This crate implements the business logic of the Ockam desktop application without providing a frontend.
It exposes C APIs that can be used by the frontend to interact with the application.
Add this to your Cargo.toml:
[dependencies]
ockam_app_lib = "0.150.0"
This code is licensed under the terms of the Apache License 2.0.