Rinde van Lon

Results 4 comments of Rinde van Lon

Is there a specific reason that `RusotoError` hasn't gotten the Serialize/Deserialize implementation? I think error values are part of the public API, and should therefore be considered data structures. As...

The reason that this example is disabled is because it is broken and I have currently no plans to fix it. Adding an example/tutorial about gather statistics in general and...

Thanks for the quick reply. > Is there anything in this that will require crate-local access to IndexMap? No, it only builds directly on top of it. And I think...

Short update on this topic, I continued working on this implementation in https://github.com/rinde/more_collections and now have the following implementations: - `HashSetMultimap` that works similar to `HashMap` - `HashVecMultimap` that works...