sorted-insert 0.2.1

This crate provides traits to insert elements to a sorted collection and keep the order.
Documentation
[package]
name = "sorted-insert"
version = "0.2.1"
authors = ["Magic Len <len@magiclen.org>"]
edition = "2018"
repository = "https://github.com/magiclen/sorted-insert"
homepage = "https://magiclen.org/sorted-insert"
keywords = ["sort", "insert", "vec", "array", "insertion"]
categories = ["no-std", "algorithms"]
description = "This crate provides traits to insert elements to a sorted collection and keep the order."
readme = "README.md"
license = "MIT"
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"]

[badges.travis-ci]
repository = "magiclen/sorted-insert"
branch = "master"

[dependencies]

[features]
default = ["std"]
std = []
nightly = []