ptr-utils 0.1.1

A lightweight library providing utilities for working with raw pointers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "ptr-utils"
version = "0.1.1"
edition = "2021"
description = "A lightweight library providing utilities for working with raw pointers."
repository = "https://github.com/Sewer56/ptr-utils"
license-file = "../../LICENSE"
include = ["src/**/*"]
readme = "../../README.MD"

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

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dev-dependencies]