odds 0.3.1

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
# 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.3.1"
authors = ["bluss"]
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"]
categories = ["no-std"]
license = "MIT/Apache-2.0"
repository = "https://github.com/bluss/odds"
[package.metadata.docs.rs]
features = ["docs"]

[package.metadata.release]
no-dev-version = true
[dependencies.rawpointer]
version = "0.1.0"

[dependencies.rawslice]
version = "0.1.0"

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

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

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

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

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