[package]
edition = "2024"
name = "nlib"
version = "0.1.2"
authors = ["Nathan Sizemore <nathanrsizemore@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Nate's library. Various things or macro patterns I use to aid in more succint Rust programming."
documentation = "https://docs.rs/nlib/"
readme = "README.md"
keywords = [
"nate",
"helpers",
"etc",
"utils",
]
license = "MPL-2.0"
repository = "https://git.sr.ht/~nathansizemore/nlib"
[lib]
name = "nlib"
path = "src/lib.rs"
[dependencies.libc]
version = "0.2"