ockam_app_lib

Crates.ioockam_app_lib
lib.rsockam_app_lib
version0.150.0
created_at2023-10-19 14:40:38.775873+00
updated_at2025-03-20 19:12:30.009494+00
descriptionOckam's desktop application library
homepagehttps://github.com/ockam-network/ockam
repositoryhttps://github.com/ockam-network/ockam/implementations/rust/ockam/ockam_app_lib
max_upload_size
id1007884
size178,568
Mrinal Wadhwa (mrinalwadhwa)

documentation

README

ockam_app_lib

crate docs license discuss

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.

Usage

Add this to your Cargo.toml:

[dependencies]
ockam_app_lib = "0.150.0"

License

This code is licensed under the terms of the Apache License 2.0.

Commit count: 9652

cargo fmt