blob: 820d05c0554faae3a712391442a3831438551742 [file] [log] [blame]
[package]
name = "rawpointer"
version = "0.1.0"
authors = ["bluss"]
license = "MIT/Apache-2.0"
description = """
Extra methods for raw pointers.
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"]