dedup_by 0.1.0

A helper function for removing consecutive duplicates from a vector of complex types
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "dedup_by"
version = "0.1.0"
authors = ["insanitybit <insanitybit@gmail.com>"]
description = "A helper function for removing consecutive duplicates from a vector of complex types"
license = "MIT"
keywords = ["dedup", "dedup_by"]

repository = "https://github.com/insanitybit/dedup_by"
readme = "README.md"

[dependencies]