ptrplus 2.1.0

Additional funtionality for pointer types
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.65"
name = "ptrplus"
version = "2.1.0"
authors = ["Thayne McCombs <astrothayne@gmail.com>"]
description = "Additional funtionality for pointer types"
documentation = "https://docs.rs/ptrplus"
readme = "README.md"
license = "MIT"
repository = "https://github.com/tmccombs/ptrplus"

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