proton-sdk-sys

Crates.ioproton-sdk-sys
lib.rsproton-sdk-sys
version0.1.1
created_at2025-07-06 09:57:13.006538+00
updated_at2025-07-07 07:56:24.283842+00
descriptionAn unsafe rust binding for the Proton Apps SDK. Currently a WIP
homepage
repositoryhttps://github.com/4tkbytes/proton-sdk-rs
max_upload_size
id1740040
size121,142
tk (4tkbytes)

documentation

README

proton-sdk-rs

Taken from https://github.com/ProtonDriveApps/sdk, this project aims to create safe bindings to create Proton Drive apps with its sdk with a great language.

For now, it is a work in progress, so contributions are as always welcome and appreciated.

There are crates that exist, however they are merely name shells until I can fully implement both sides.

Specifically, there are 2 crates:

  • proton-sdk-sys: Unsafe binding to the library
  • proton-sdk-rs: Safe implementation of proton-sdk-sys

Build

To build the project, there is a handy build script that I made. It will compile, clone and check dependencies.

[!NOTE] The build script is only available for local development, however you can grab the libraries produced and create your own bindings or use the library for yourself.

python3 build.py

Grab yourself a cup of coffee while it generates the libraries and tests the cargo project.

Commit count: 0

cargo fmt