box_raw_ptr 0.1.6

A Rust library providing safe wrappers for working with raw pointers, specifically `*const T` and `*mut T`. These wrappers ensure memory safety by encapsulating the raw pointers in safe abstractions and providing safe methods for working with them.
Documentation
1
2
3
4
5
6
7
8
9
10
[dependencies]

[package]
authors = ["Rocco Jenson <roccojenson35@gmail.com?"]
description = "A Rust library providing safe wrappers for working with raw pointers, specifically `*const T` and `*mut T`. These wrappers ensure memory safety by encapsulating the raw pointers in safe abstractions and providing safe methods for working with them."
license = "MIT/Apache-2.0"
name = "box_raw_ptr"
readme = "README.md"
repository = "https://github.com/Rocco-Jenson/box_raw_ptr/"
version = "0.1.6"