odds 0.2.26

Odds and ends — collection miscellania. Extra functionality for slices (`.find()`, `RevSlice`), strings and other things. Debug checked variants of `get_unchecked` and `slice_unchecked`, and extra methods for strings and vectors: `repeat`, `insert_str` and `splice`. Things in odds may move to more appropriate crates if we find them.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "odds"
version = "0.2.26"
authors = ["bluss"]
description = "Odds and ends — collection miscellania. Extra functionality for slices (`.find()`, `RevSlice`), strings and other things. Debug checked variants of `get_unchecked` and `slice_unchecked`, and extra methods for strings and vectors: `repeat`, `insert_str` and `splice`. Things in odds may move to more appropriate crates if we find them."
documentation = "https://docs.rs/odds/"
keywords = ["data-structure", "debug-assert", "slice", "string", "no_std"]
categories = ["no-std"]
license = "MIT/Apache-2.0"
repository = "https://github.com/bluss/odds"
[package.metadata.release]
no-dev-version = true
[profile.bench]
debug = true

[dependencies]
[dev-dependencies.itertools]
version = "0.5.1"

[dev-dependencies.lazy_static]
version = "0.2.2"

[dev-dependencies.memchr]
version = "0.1.11"

[features]
default = ["std"]
std = []
unstable = []