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

rawpointer
==========

Please read the `API documentation here`__

__ https://docs.rs/rawpointer/


Recent Changes
--------------

- 0.1.0

  - Initial release