odds 0.4.0

Odds and ends — collection miscellania. Extra functionality for slices (`.find()`, `RevSlice`), strings and other things. Things in odds may move to more appropriate crates if we find them.
Documentation
[dependencies.rawpointer]
version = "0.2"

[dependencies.rawslice]
version = "0.1.0"

[dependencies.unchecked-index]
version = "0.2.2"
[dev-dependencies.itertools]
version = "0.8"

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

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

[dev-dependencies.quickcheck]
default-features = false
version = "0.9"

[features]
default = []
docs = ["std-string", "std-vec"]
std = []
std-string = ["std"]
std-vec = ["std"]
unstable = []

[package]
authors = ["bluss"]
categories = ["no-std"]
description = "Odds and ends — collection miscellania. Extra functionality for slices (`.find()`, `RevSlice`), strings and other things. Things in odds may move to more appropriate crates if we find them.\n"
documentation = "https://docs.rs/odds/"
keywords = ["data-structure", "debug-assert", "slice", "string", "no_std"]
license = "MIT/Apache-2.0"
name = "odds"
repository = "https://github.com/bluss/odds"
version = "0.4.0"
[package.metadata.docs.rs]
features = ["docs"]

[package.metadata.release]
no-dev-version = true