rawpointer 0.2.0

Extra methods for raw pointers and `NonNull<T>`. For example `.post_inc()` and `.pre_dec()` (c.f. `ptr++` and `--ptr`) and `ptrdistance`.
Documentation
[package]
name = "rawpointer"
version = "0.2.0"
authors = ["bluss"]
license = "MIT/Apache-2.0"

description = """
Extra methods for raw pointers and `NonNull<T>`.

For example `.post_inc()` and `.pre_dec()` (c.f. `ptr++` and `--ptr`) and
`ptrdistance`.
"""

repository = "https://github.com/bluss/rawpointer/"
documentation = "https://docs.rs/rawpointer/"

keywords = ["no_std", "raw", "pointer"]

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