themis 0.0.1

High-level cryptographic services for storage and messaging
Documentation

rust-themis

Build Status

Rust binding for Themis crypto library.

Usage

First you need to install the native Themis library. Please refer to the quickstart guide for installation instructions.

Then you simply add this to your Cargo.toml:

[dependencies]
themis = "0.0.1"

And you're ready to go. You can start off experimenting with the examples.

Building

Obviously, you will need to have native Themis library installed in order to do development. See Usage for details.

After that all the usual Cargo commands like cargo test should work out-of-the-box.

Licensing

The code is distributed under Apache 2.0 license.