libutil 0.1.0

A Rust utility library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "libutil"
version = "0.1.0"
edition = "2024"
license = "MIT"
authors = ["Nathan Laan"]
homepage = "https://github.com/NathanLaan/libutil"
repository = "https://github.com/NathanLaan/libutil"
description = "A Rust utility library."
readme = "README.md"
keywords = ["macro", "debug", "utility"]
categories = ["development-tools"]

[dependencies]
time = { version = "0.3", features = ["macros", "local-offset", "formatting", "parsing"] }

[lib]
#proc-macro = true