Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/malept/rust-commoncrypto
- Owner: malept
- License: mit
- Created: 2016-11-19T22:27:41.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-28T21:56:30.000Z (over 3 years ago)
- Last Synced: 2024-05-01T22:42:45.079Z (8 months ago)
- Language: Rust
- Homepage:
- Size: 1.92 MB
- Stars: 7
- Watchers: 3
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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.