sorted-groups 0.1.1

Implement a data structure to store elements in sorted groups while maintaining the order of elements in each group
Documentation
[[bin]]
name = "sorted-groups"
path = "src/main.rs"

[dependencies]

[lib]
name = "sorted_groups"
path = "src/lib.rs"

[package]
authors = ["David Rousselie <david@rousselie.name>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Implement a data structure to store elements in sorted groups while maintaining the order of elements in each group"
edition = "2021"
homepage = "https://github.com/dax/sorted-groups"
keywords = ["group", "sorted", "vec"]
license = "Apache-2.0"
name = "sorted-groups"
readme = "README.md"
repository = "https://github.com/dax/sorted-groups"
version = "0.1.1"