consensus 0.0.1

Pure Rust implementation of Bitcoin consensus
Documentation
1
2
3
4
5
6
7
8
9
[package]
name = "consensus"
version = "0.0.1"
description = "Pure Rust implementation of Bitcoin consensus"
authors = ["Oleg Andreev <oleganza@gmail.com>"]
edition = "2018"
license = "MIT"

[dependencies]