Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benarvin/baocxxhash
https://github.com/benarvin/baocxxhash
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/benarvin/baocxxhash
- Owner: BenArvin
- License: mit
- Created: 2020-06-20T09:04:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-22T09:27:30.000Z (over 3 years ago)
- Last Synced: 2024-04-18T11:12:38.741Z (7 months ago)
- Language: C
- Size: 108 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BAOCxxHash
[![CI Status](https://img.shields.io/travis/benarvin/BAOCxxHash.svg?style=flat)](https://travis-ci.org/benarvin/BAOCxxHash)
[![Version](https://img.shields.io/cocoapods/v/BAOCxxHash.svg?style=flat)](https://cocoapods.org/pods/BAOCxxHash)
[![License](https://img.shields.io/cocoapods/l/BAOCxxHash.svg?style=flat)](https://cocoapods.org/pods/BAOCxxHash)
[![Platform](https://img.shields.io/cocoapods/p/BAOCxxHash.svg?style=flat)](https://cocoapods.org/pods/BAOCxxHash)## Introduction
Objective-C encapsulation of [xxHash](https://github.com/Cyan4973/xxHash). You can hash NSString, NSData and files...
## Installation
BAOCxxHash is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:```ruby
pod 'BAOCxxHash'
```Or, you can use it directly by import code files under ```/BAOCxxHash/Classes/```
## Author
benarvin, [email protected]
## License
BAOCxxHash is available under the MIT license. See the LICENSE file for more info.