cloudhead/nakamoto

Futures-based client API

Open

#15 opened on Jan 23, 2021

View on GitHub
 (3 comments) (2 reactions) (0 assignees)Rust (63 forks)github user discovery
help wanted

Repository metrics

Stars
 (390 stars)
PR merge metrics
 (PR metrics pending)

Description

Currently, the client API is channel based, via crossbeam-channel. It would be worth exploring what a futures-based API might look like around Client and client::Handle.

Contributor guide