ethash-sys 0.1.3

FFI bindings to ethash c library. Actual code retrieved from ethminer source code
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "ethash-sys"
version = "0.1.3"
authors = ["semtexzv <semtexzv@gmail.com>", "Ethminer developers"]
links="libethash"
description="FFI bindings to ethash c library. Actual code retrieved from ethminer source code"
license="GPL-3.0"
repository = "https://github.com/semtexzv/ethash-sys"

[dependencies]

[build-dependencies]
gcc = "0.3"