Alexandre Martin

Results 3 issues of Alexandre Martin

We need to design rules for the well-formedness of trait objects that address the soundness issue https://github.com/rust-lang/rust/issues/44454 and that are future-proof under implied bounds. In what follows, we'll write `dyn...

rustc integration
design

I'm mainly thinking about something maintaining an `OrderBook` without the user needing to explicitly handle notifications from `ApiClient::stream`. Consequently, some examples for a mainstream usage should be added.

It seems that if the order is not filled, GDAX does not even emit a "received" event through the WS api. We must figure out how to handle that, and...