| Name: | rust-rawpointer-devel |
|---|---|
| Version: | 0.2.1 |
| Release: | 15.el9 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 20139 |
| License: | MIT OR Apache-2.0 |
| RPM: | rust-rawpointer-devel-0.2.1-15.el9.noarch.rpm |
| Source RPM: | rust-rawpointer-0.2.1-15.el9.src.rpm |
| Build Date: | Sat Feb 22 2025 |
| Build Host: | build-ol9-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://crates.io/crates/rawpointer |
| Summary: | Extra methods for raw pointers and NonNull<T> |
| Description: | Extra methods for raw pointers and `NonNull<T>`. For example `.post_inc()` and `.pre_dec()` (c.f. `ptr++` and `--ptr`), `offset` and `add` for `NonNull<T>`, and the function `ptrdistance`. This package contains library source intended for building other packages which use the "rawpointer" crate. |