Rust binding for [Themis] crypto library.
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:
toml
[dependencies]
themis = "0.0.1"
And you're ready to go. You can start off experimenting with [the examples].
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.
The code is distributed under Apache 2.0 license.