fcp_switching 0.1.0

Implementation of the Futuristic Connectivity Protocol's Switching algorithms and decoders.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies]
byteorder = "^0.5.3"
hex = "^0.2.0"
simple_bencode = "^0.1.4"

[dev-dependencies]
fcp_cryptoauth = "^0.1.0"
rand = "^0.3.15"

[package]
authors = ["Valentin Lorentz <progval+fcp@progval.net>"]
description = "Implementation of the Futuristic Connectivity Protocol's Switching algorithms and decoders."
license = "MIT"
name = "fcp_switching"
readme = "README.md"
repository = "https://github.com/rust-fcp/rust-fcp-switching"
version = "0.1.0"