| Crates.io | proton-sdk-sys |
| lib.rs | proton-sdk-sys |
| version | 0.1.1 |
| created_at | 2025-07-06 09:57:13.006538+00 |
| updated_at | 2025-07-07 07:56:24.283842+00 |
| description | An unsafe rust binding for the Proton Apps SDK. Currently a WIP |
| homepage | |
| repository | https://github.com/4tkbytes/proton-sdk-rs |
| max_upload_size | |
| id | 1740040 |
| size | 121,142 |
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:
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.