Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Mar 17, 2017
1 parent 1b10c61 commit f1ae08c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# `commoncrypto`
# `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 wrappers for Mac OS X's CommonCrypto library.
Rust FFI bindings and idiomatic wrappers for Mac OS X's CommonCrypto library.

## Requirements

Expand All @@ -13,7 +13,10 @@ OS X or macOS
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](https://malept.github.io/rust-commoncrypto/)
## Documentation

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

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

Expand Down

0 comments on commit f1ae08c

Please sign in to comment.