ordered_vec 0.1.0

A trait that ensures that elements in a vector are pushed in a sorted order.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "ordered_vec"
version = "0.1.0"
edition = "2021"
authors = ["bwinter"]
description = "A trait that ensures that elements in a vector are pushed in a sorted order."
documentation = "https://docs.rs/ordered_vec/0.1.0/ordered_vec/"
include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
keywords = ["ordered", "vector", "sorted", "trait"]
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/bwintertkb/ordered_vec"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]