ptr-utils 0.1.1

A lightweight library providing utilities for working with raw pointers.
Documentation
[dev-dependencies]

[features]
default = ["std"]
std = []

[lib]
name = "ptr_utils"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A lightweight library providing utilities for working with raw pointers."
edition = "2021"
include = ["src/**/*"]
license-file = "LICENSE"
name = "ptr-utils"
readme = "README.MD"
repository = "https://github.com/Sewer56/ptr-utils"
version = "0.1.1"