Add subcrate that implements network socket handling with Tokio
authorMatt Corallo <git@bluematt.me>
Sat, 1 Jun 2019 11:02:31 +0000 (07:02 -0400)
committerMatt Corallo <git@bluematt.me>
Sat, 1 Jun 2019 11:48:33 +0000 (07:48 -0400)
commit5dea30faee9ff4e83eea13d025ae023c5b400426
tree8ad71274991afc12df8ea377fe7cbe6211759359
parent882f7307c8942bc5ea48678b3fa72baddf1591c0
Add subcrate that implements network socket handling with Tokio

This is still pretty raw and ist mostly just a straight move from
rust-lightning-bitcoinrpc, but first step is to get it there,
second is to actually make it actually safe to use.
.travis.yml
net-tokio/Cargo.toml [new file with mode: 0644]
net-tokio/src/lib.rs [new file with mode: 0644]