Crates.io | proton-api-rs |
lib.rs | proton-api-rs |
version | 0.14.0 |
source | src |
created_at | 2023-02-24 18:38:50.755166 |
updated_at | 2023-09-13 05:26:56.842442 |
description | Unofficial implemention of proton REST API in rust |
homepage | https://github.com/LeanderBB/proton-api-rs/ |
repository | https://github.com/LeanderBB/proton-api-rs/ |
max_upload_size | |
id | 793837 |
size | 167,876 |
This project aims to implement the Proton REST API in Rust. It is all based on the information available from the go-proton-api and the Proton Bridge repositories.
This is an UNOFFICIAL project and a work in progress. Use the code in this repository at your own risk. The author of this project will not be held liable if data loss occurs or your account gets blocked.
This library currently uses one go library to handle the SRP part of the authentication. While there are srp crates available for rust, to avoid issues with the proton servers, we currently use the library that's used internally by go-proton-api.
This project currently needs unsafe to interact with the go bindings for srp