ProjectLighthouseCAU / lighthouse-rust

Rust SDK for Project Lighthouse
https://docs.rs/lighthouse-client
MIT License
2 stars 1 forks source link

Use `Stream` (async iterators) to model `STREAM` requests #1

Closed fwcd closed 1 year ago

fwcd commented 1 year ago

See https://tokio.rs/tokio/tutorial/streams. This is analogous to https://github.com/fwcd/lighthouse-swift/issues/5.