Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/malept/rust-commoncrypto

Rust FFI bindings and idiomatic wrappers to Mac OS X's CommonCrypto library
https://github.com/malept/rust-commoncrypto

Last synced: 2 months ago
JSON representation

Rust FFI bindings and idiomatic wrappers to Mac OS X's CommonCrypto library

Awesome Lists containing this project

README

        

# `rust-commoncrypto`

[![CI Status](https://travis-ci.org/malept/rust-commoncrypto.svg?branch=master)](https://travis-ci.org/malept/rust-commoncrypto)

Rust FFI bindings and idiomatic wrappers for Mac OS X's CommonCrypto library.

## Requirements

OS X or macOS

## Usage

Add `commoncrypto` to your project's `Cargo.toml`. For more details, consult the
[Cargo guide](http://doc.crates.io/guide.html#adding-dependencies-from-cratesio).

## Documentation

* [`commoncrypto-sys`](https://docs.rs/commoncrypto-sys)
* [`commoncrypto`](https://docs.rs/commoncrypto)

## [Contributing](https://github.com/malept/rust-commoncrypto/blob/master/CONTRIBUTING.md)

## Legal

The `commoncrypto-sys` and `commoncrypto` crates are copyrighted under the terms of the MIT license.
See LICENSE for details.