blob: 8927c06f4a01c56467a6d4b9d3c937bda0cc7dbe (
plain) (
tree)
|
|
[package]
name = "ltptr"
version = "0.1.1"
edition = "2021"
license = "CC0-1.0"
description = "Checked raw pointers."
homepage = "https://ganarchy.autistic.space/project/f21e8e1bea1e93aaa22e4d6baa3a490140977617"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
# our expectation is that the ppl using this want the CStr methods by default.
default = ["std"]
std = []
[dependencies]
|