nlib 0.1.2

Nate's library. Various things or macro patterns I use to aid in more succint Rust programming.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"