https://github.com/tankerhq/sdk-rust
Tanker client-side encryption SDK for Rust
https://github.com/tankerhq/sdk-rust
cryptography encryption end-to-end privacy rust sdk security tanker
Last synced: about 1 year ago
JSON representation
Tanker client-side encryption SDK for Rust
- Host: GitHub
- URL: https://github.com/tankerhq/sdk-rust
- Owner: TankerHQ
- License: other
- Created: 2020-09-30T14:07:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-08T15:37:57.000Z (about 1 year ago)
- Last Synced: 2025-04-08T16:35:58.924Z (about 1 year ago)
- Topics: cryptography, encryption, end-to-end, privacy, rust, sdk, security, tanker
- Language: Rust
- Homepage:
- Size: 541 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://opensource.org/licenses/Apache-2.0)
# Tanker Rust SDK
## Overview
The Tanker SDK provides an easy-to-use SDK allowing you to protect your users' data.
This repository only contains Rust bindings. The core library can be found in the [TankerHQ/sdk-native GitHub project](https://github.com/TankerHQ/sdk-native).
## Documentation
Please see the [API documentation](https://docs.tanker.io/latest/api/core/rust) and the [implementation guides](https://docs.tanker.io/latest/guides/start/).
API documentation is also available through rustdoc, and can be viewed in your IDE.
## Contributing
We are actively working to allow external developers to build and test this project from source.
That being said, we welcome feedback on the Rust SDK, [bug reports](https://github.com/TankerHQ/sdk-rust/issues),
and bug fixes in the form of [pull requests](https://github.com/TankerHQ/sdk-rust/pulls).
