diff --git a/README.md b/README.md new file mode 100644 index 0000000..39995e4 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# neomultiset + +multiset implementation for rust + +## Difference of other multiset implementations + +`hashbag` crate is a hashmap with value as count. So `HashBag` can't store owneship of value.`neomultiset` can store owneship of value.