datrs / hypercore

Secure, distributed, append-only log
https://docs.rs/hypercore
Apache License 2.0
332 stars 37 forks source link

expose the builder as hypercore::builder #10

Closed yoshuawuyts closed 6 years ago

yoshuawuyts commented 6 years ago

Expose the builder as hypercore::builder, just like hyper::Server::builder() https://docs.rs/hyper/0.12.6/hyper/server/struct.Server.html#methods

yoshuawuyts commented 6 years ago

Done!