sorted-groups 0.2.0

Implement a data structure to store elements in sorted groups while maintaining the order of elements in each group
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# {{ manifest.name }}

[![Crates.io Version](https://badgers.space/crates/version/{{ manifest.name }})](https://crates.io/crates/{{ manifest.name }})
[![Docs.rs Latest](https://badgers.space/badge/docs.rs/latest/blue)](https://docs.rs/{{ manifest.name }})
[![Build Status](https://badgers.space/github/checks/{{ manifest.repository | trim_prefix: "https://github.com/" }}?label=build)]({{ manifest.repository }}/actions/workflows/build.yaml)

{{ summary }}

{{ contents }}

## License

This project is distributed under the terms of the Apache License (Version 2.0).

See [LICENSE](LICENSE)