Conrad Ludgate
Conrad Ludgate
Ok - I'm in no rush for this to get reviewed. Having swapped out the deadpool queue for this impl, I get noticeable regressions for some reason :(
I'm trying to use crossterm in my tui app and this is a blocker for me, so I'm happy to help test. I have access to Linux and Mac environments
I already am in testing. It works great for me right now (using select). I won't merge it like this though
> I think we should have a full-fledged `ArrayVec` instead, though having this as a stop-gap measure that is later deprecated could be a good idea. There's already an RFC...
I was speaking with @BurntSushi earlier today, he wasn't so sure if it made sense to have such functionality in std just for the sake of it. But array initialisation...
> Safe array initialization for non-Copy non-const types seems like a primitive we should have, at minimum. Thanks for putting this so succinctly. This is exactly what separates this RFC...
> OK, so I finally had a chance to actually look at this RFC and the API is a lot bigger than what I thought it would be. Ultimately, there's...
I have a [working implementation](https://docs.rs/array_builder/0.1.4/array_builder/index.html)
The only thing that the array map misses that this RFC aims to provide (as you pointed out) is partial array state. Being able to take a slice to the...
> I also want to point out that people are currently planning an abstraction called Storage, with which it may be possible in the future to use the standard collections...