Calculate statistics iteratively
It would be useful if Merge was implemented for common containers such as HashMap and if it could be derived for structs. ``` #[derive(Default, Merge) struct A { hello: Mean, world: HashMap<String, Max>, } let mut x = A::default(); let y = A::default(); x.merge(y); ``` I'm happy to send a PR if you agree with this. It might require a new crate average_derive for the derive macros.
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by xmakro and has received 1 comments.