rawpointer 0.1.0

Extra methods for raw pointers. For example `.post_inc()` and `.pre_dec()` (c.f. `ptr++` and `--ptr`) and `ptrdistance`.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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"]