Closed kornelski closed 5 years ago
Implementation of FromIterator would be more elegant, but I think this is enough, so I won't be updating this PR.
FromIterator
Thank you for the contribution, I merged your code and I will apply the changes to implement std::convert::From<T: IntoIterator> trait for KeywordScore
std::convert::From<T: IntoIterator>
KeywordScore
Implementation of
FromIterator
would be more elegant, but I think this is enough, so I won't be updating this PR.