nlib 0.1.3

Nate's library. Various things or macro patterns I use to aid in more succint Rust programming.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "nlib"
version = "0.1.3"
edition = "2024"
authors = ["Nathan Sizemore <nathanrsizemore@gmail.com>"]
description = "Nate's library. Various things or macro patterns I use to aid in more succint Rust programming."
readme = "README.md"
keywords = ["nate", "helpers", "etc", "utils"]
license = "MPL-2.0"
repository = "https://git.sr.ht/~nathansizemore/nlib"
documentation = "https://docs.rs/nlib/"

[dependencies]
libc = "0.2"
parking_lot = "0.12"