nlib 0.1.0

Nate's library. Various things or macro patterns I use to aid in more succint Rust programming.
Documentation
[dependencies.libc]
version = "0.2"

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

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